Reply to Re: Strings in Dink
If you don't have an account, just leave the password field blank.
Short answer: it can't be done.
Long answer: You can fake strings by storing some numeric representation in an integer. For example: "DINK" would be 4*26^3 + 9*26^2 + 14*26 + 11 = 76763.
However, there's no easy way for input and output with these.
Long answer: You can fake strings by storing some numeric representation in an integer. For example: "DINK" would be 4*26^3 + 9*26^2 + 14*26 + 11 = 76763.
However, there's no easy way for input and output with these.







