AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

StringLower

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
beardboy



Joined: 02 Mar 2004
Posts: 444
Location: SLC, Utah

PostPosted: Mon Mar 08, 2004 5:46 am    Post subject: StringLower Reply with quote

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
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10464

PostPosted: Mon Mar 08, 2004 2:35 pm    Post subject: Reply with quote

Thanks, it's been fixed. I try to do a lot of testing and quality checks before a release; sorry for the inconvenience.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group