beardboy
Joined: 02 Mar 2004 Posts: 444 Location: SLC, Utah
|
Posted: Mon Mar 08, 2004 5:46 am Post subject: StringLower |
|
|
| Code: | Loop
{
InputBox, test
StringLower, test, test, t
MsgBox, 0, Testing, Text = %test%
} |
The Title Case option for StringLower doesn't work. Gives the error
Error: This variable name contains an illegal character.
StringUpper works without a problem.
thanks,
beardboy |
|