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?