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

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)