How can I import a prepared text file (e.g. json format or simple comma separated values) into an array?
Best posts made by Lupo
-
import text file
-
Global behaviours are deleted when changing orientation
I have created a project in landscape orientation and added dozen of global behaviours. Then I decided to change orientation to portrait and all my global behaviours are deleted! Also changing back to landscape did not help ☹️
iPad Model: Air 4
iOS version: 15.6.1
hyperPad Version: 1.3.0 -
Sound with pitch greater 100 cannot be made loopable
When playing a loobable sound with pitch greater than 100 then it cannot be properly looped. At the earlier end of the sound it waits until the real length of the sound and only by then triggers the next behaviour. A loopable sound is not possible with this unexpected behaviour.
-
RE: import text file
@RobinsonX I have a few MB comma separated text file I would like to import into array or dictionary. I can put it into Dropbox and with a direct download link I could donwload it with HttpRequest.
Do you have an example of a GET HttpRequest and reading response and put into array/dictionary? -
No permission on my own project
I cannot edit one of my own projects anymore. I get “no permission” error message. All my other projects I can edit.
-
loop not working
When adding a simple loop with number of times to execute put to 5 and then adding an alert popup which should be shown 5 times.
But the alert is actually only shown once (with index 4).
What am I doing wrong?
Latest posts made by Lupo
-
RE: No permission on my own project
@Murtaza How can I send you my project? Export is also not working (same No Permission error)
-
RE: No permission on my own project
@RobinsonX said in No permission on my own project:
@Lupo Have you tried logging out and logging back in?
Yes I tried but no effect -
RE: loop not working
@RobinsonX Actuall the popup was only test. Same effect I have when replacing the popup with a Wait 1s and then playing a sound. I only hear the sound once after 1 second. I expected to hear the sound 5 times with 1 second intervall…
-
loop not working
When adding a simple loop with number of times to execute put to 5 and then adding an alert popup which should be shown 5 times.
But the alert is actually only shown once (with index 4).
What am I doing wrong? -
No permission on my own project
I cannot edit one of my own projects anymore. I get “no permission” error message. All my other projects I can edit.
-
RE: Global behaviours are deleted when changing orientation
@RobinsonX Sorry, I have just re-added all behaviours. And I tried to reproduce it, but I am afraid, I cannot. So please close this bug report.
-
Global behaviours are deleted when changing orientation
I have created a project in landscape orientation and added dozen of global behaviours. Then I decided to change orientation to portrait and all my global behaviours are deleted! Also changing back to landscape did not help ☹️
iPad Model: Air 4
iOS version: 15.6.1
hyperPad Version: 1.3.0 -
RE: import text file
@RobinsonX Thanks for the sample. But how are the values separated and stored in the array? By magic 😉 or do I need to parse the txt file (comma separated strings)?
-
RE: import text file
@RobinsonX I have a few MB comma separated text file I would like to import into array or dictionary. I can put it into Dropbox and with a direct download link I could donwload it with HttpRequest.
Do you have an example of a GET HttpRequest and reading response and put into array/dictionary? -
import text file
How can I import a prepared text file (e.g. json format or simple comma separated values) into an array?