| | |
arrays and randomize
![]() |
selectedword := words[random(high(MAX_WORDS))];
Assuming words array is 0 based like :
words : array [0..MAX_WORDS] of string;
Assuming words array is 0 based like :
words : array [0..MAX_WORDS] of string;
Best regards,
Loren Soth
Crimson K. Software _________________________________________________________________ Crimson K. Blog
Loren Soth
Crimson K. Software _________________________________________________________________ Crimson K. Blog
![]() |
Similar Threads
- (reformatted) How to return Multi-Dimensional Arrays (C++)
- Arrays (C++)
- How to Return Multidimensional Arrays (C++)
- C file input/output 2D arrays. (C)
- passing arrays in visual basic (Visual Basic 4 / 5 / 6)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Pascal assistance
- Next Thread: DBGrid - how to autosize cells
| Thread Tools | Search this Thread |





