Talk:StringIsValidKey

From Second Life Wiki
Revision as of 11:16, 3 April 2012 by Innula Zenovka (talk | contribs) (Created page with "===A simpler method?=== What's wrong with <lsl> key test = (key)input; if(test){ //it's a valid key } </lsl> ~~~~")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A simpler method?

What's wrong with <lsl>

key test = (key)input; if(test){ //it's a valid key } </lsl> Innula Zenovka 11:16, 3 April 2012 (PDT)