Replies: 1 comment 4 replies
-
Understood. To quickly identify the issue, we may need the logs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am using Purebasic with webui and everything works except one strange case. Now it maybe that I am doing this wrong but the following codes works as long as I send something other than zeros. I am trying to send values back to my Purebasic app from the web browser. Basically I am capturing user input from the web page. Below are some examples values sent back to the Purebasic app indicating which ones were successfully captured. The ones that contain just zeros appear as empty strings in Purebasic. That would make sense if I was send back 0x00 but I am sending back 0x30. Is this a bug or a mistake on my part?
javascript:
Purebasic:
Thanks,
Simon
Beta Was this translation helpful? Give feedback.
All reactions