Search found 4 matches

by Marcos.exe
Thu May 09, 2024 4:47 pm
Forum: Tricks 'n' Tips
Topic: Android/IOS internal and SD storage
Replies: 4
Views: 23792

Re: Android/IOS internal and SD storage

Hello!
I tested the codes on my S21 FE, but nothing happens!

It actually opens the application window but doesn't display anything. Neither does Debug.

If everything were working correctly, I believe the result should appear on the Debug screen. It's not that?

Original em português do Brasil
Olá ...
by Marcos.exe
Thu Nov 25, 2021 2:33 pm
Forum: Coding Questions
Topic: how to call a PHP script?
Replies: 3
Views: 4778

how to call a PHP script?

I already have a server with a database, and I know some PHP.
I was already doing some things with HTML, and I started to learn JS.
But as the basic language, and it makes building a page a lot easier, so I'm thinking about leaving JS aside for now.
But, the problem is that I don't know how to run a ...
by Marcos.exe
Thu Nov 11, 2021 9:32 pm
Forum: Coding Questions
Topic: Chr(0) = nothing? So I have a problem.
Replies: 2
Views: 2802

Re: Chr(0) = nothing? So I have a problem.

It works perfectly! A problem eliminated.
Thank you very much for the solution and speed!
by Marcos.exe
Thu Nov 11, 2021 8:29 pm
Forum: Coding Questions
Topic: Chr(0) = nothing? So I have a problem.
Replies: 2
Views: 2802

Chr(0) = nothing? So I have a problem.

Hi!
I need to create a file that writes a string.
Would be:

WriteString(#file, Chr(0)+Chr(0)+Chr(0)+Chr(6))

When the file is opened, the result is just "♠"
building in another language, I get " ♠"
But I need to build for the web, and I'm trying to do it in SB.
In PureBasic the result is the same ...