I've tried both of your suggestions, and I think it will be easier to use the INI and String Parser objects.
Maybe I should obtain a random number at the start of the frame, and then search for...
Type: Posts; User: garciafigueres; Keyword(s):
I've tried both of your suggestions, and I think it will be easier to use the INI and String Parser objects.
Maybe I should obtain a random number at the start of the frame, and then search for...
I think I should use the Ini and the Array objects, but I'm still trying to figure out how to use them.
Please, any help is welcome.
Thanks.
Hi friends!
I'm planning to make several word-based games, like Hangman, Crossword, etc...
The idea is to load the words from an external .txt file, so I can add/edit/remove them without...
[grin] Thanks!
Hi. This is what I've used:
Val(Edittext$( "Peso" ))/(Val(Edittext$( "Altura" ))*Val(Edittext$( "Altura" )))
Without the "+0.0"... Maybe I'm doing something wrong, but it works fine, now.
Well, I couldn't make it work, but... I tried an easier way. I simply wrote "Val(Get Text)", without adding 0.1, and it worked fine. Now I'm fighting to put it online, but Vitalize won't work with...
Thanks! I'll give it a try and I'll post the results.
Hi everyone! I'm a little embarrased for making this question, but I don't know how can I use floating point values in my programs. I know it's possible, by adding .0 or something like that, but this...