i was wondering if it is possible for MMF to genrate a random letter. i have spent a lot of time trying to figure it out but i cant find anything.
Printable View
i was wondering if it is possible for MMF to genrate a random letter. i have spent a lot of time trying to figure it out but i cant find anything.
i was wondering if it is possible for MMF to genrate a random letter. i have spent a lot of time trying to figure it out but i cant find anything.
You could do this with a list object. A through Z with each letter on a separate line. Set the current line to a random line and get the text from that line.
You could do this with a list object. A through Z with each letter on a separate line. Set the current line to a random line and get the text from that line.
thanks!
thanks!
Maybe there should of been a function:
chr(chrNO as integer)
Or maybe someone will release a extension for that.
Maybe there should of been a function:
chr(chrNO as integer)
Or maybe someone will release a extension for that.
[]You could do this with a list object. A through Z with each letter on a separate line. Set the current line to a random line and get the text from that line. [/]
You can also use a string that is a..z then use mid$.
[]You could do this with a list object. A through Z with each letter on a separate line. Set the current line to a random line and get the text from that line. [/]
You can also use a string that is a..z then use mid$.