Hi again Simon, I just want to make my interface look more interesting! Is there any websites or what to help me with interface and more importantly putting a background image of my own into my app? Thanks again!
Hi there Simon! I got it to work. But there's only one problem left. The first number was working perfectly but the subsequent ones were having something like an extra space which is important for me to omit it. The array is being get from a website that's why I couldn't change it. Therefore, I woul...
Hmm, I meant that the website only gives a text and nothing else which contains the array ---> ["4","8"] or maybe even ["3,"8","9","13"] and or even more numbers. I am not sure how to get two digits too, as I can only get the one character from each number~ Let me try taking a look at the repeat in ...
This was taken from one of the posts here, but I tried doing it. Is there a way to get the different item numbers using a loop? Because I would only have about 10 to 20 numbers to take care of. THANKS FOR HELPING IF THERE ARE ANY KIND SOULS!
on writehtmlfile fileTowrite,dataTowrite set the defaultFolder to (specialFolderPath("Documents") &"/Contents") put dataTowrite into URL (("file:"&fileTowrite&".html")) end writehtmlfile on mouseUp if the environment = "development" then touchEnd 1 local tURL, tFile get url "http(:)//myw...