24-07-2007, 03:20 PM
In the text boxes change:
String = String + .text
rtb.clear
for i = 1 to len(string)
rtb.text = rtb.text + "*"
next
Then add the opposite for backspace.
String = String + .text
rtb.clear
for i = 1 to len(string)
rtb.text = rtb.text + "*"
next
Then add the opposite for backspace.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?