Search:

Type: Posts; User: garciafigueres; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,233

    Re: Loading words from a text file

    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...
  2. Replies
    4
    Views
    1,233

    Re: Loading words from a text file

    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.
  3. Replies
    4
    Views
    1,233

    Loading words from a text file

    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...
  4. Re: Don't know how to use floating point values

    [grin] Thanks!
  5. Re: Don't know how to use floating point values

    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.
  6. Re: Don't know how to use floating point values

    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...
  7. Re: Don't know how to use floating point values

    Thanks! I'll give it a try and I'll post the results.
  8. Don't know how to use floating point values

    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...
Results 1 to 8 of 24