Author | Message |
---|---|
dzadzuks Ametuar Posts: 135 | now this is what i want to do: I will have a list of words in "text1.text" what i want it when i push button "change" in "text2.text" showes one random word from "text1.text" thx for help... if u understaid what i said |
Meka][Meka Unstopable Posts: 700 | well this wud be slow, u wud need to parse the string splitting it by the seperater, and then use Random to get a number and then use that number from the VSR (vb6 slow array) unless of course u kept those in the VSR at all times |
dzadzuks Ametuar Posts: 135 | kk 8) it sounds imposible for me |