Search found 6 matches

by kiseki
Thu Jan 09, 2014 8:10 am
Forum: Mac OS
Topic: How do I create a loop with these codes?
Replies: 9
Views: 7344

Re: How do I create a loop with these codes?

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!
by kiseki
Thu Jan 09, 2014 7:16 am
Forum: Mac OS
Topic: How do I create a loop with these codes?
Replies: 9
Views: 7344

Re: How do I create a loop with these codes?

Voila Simon! I got to work already! Thanks dude! :D Cya around LC!
by kiseki
Thu Jan 09, 2014 7:14 am
Forum: Mac OS
Topic: How do I create a loop with these codes?
Replies: 9
Views: 7344

Re: How do I create a loop with these codes?

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...
by kiseki
Thu Jan 09, 2014 6:14 am
Forum: Mac OS
Topic: How do I create a loop with these codes?
Replies: 9
Views: 7344

Re: How do I create a loop with these codes?

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 ...
by kiseki
Thu Jan 09, 2014 5:39 am
Forum: Mac OS
Topic: How do I create a loop with these codes?
Replies: 9
Views: 7344

Re: How do I create a loop with these codes?

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! :)
by kiseki
Thu Jan 09, 2014 4:15 am
Forum: Mac OS
Topic: How do I create a loop with these codes?
Replies: 9
Views: 7344

How do I create a loop with these codes?

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...