Difference between revisions of "Talk:StringIsValidKey"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "===A simpler method?=== What's wrong with <lsl> key test = (key)input; if(test){ //it's a valid key } </lsl> ~~~~")
 
 
Line 9: Line 9:
</lsl>
</lsl>
[[User:Innula Zenovka|Innula Zenovka]] 11:16, 3 April 2012 (PDT)
[[User:Innula Zenovka|Innula Zenovka]] 11:16, 3 April 2012 (PDT)
:Nothing, imo. There is even a nice function on [[key]] in a section devoted to this topic exactly. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 20:56, 3 April 2012 (PDT)

Latest revision as of 20:56, 3 April 2012

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)

Nothing, imo. There is even a nice function on key in a section devoted to this topic exactly. -- Strife (talk|contribs) 20:56, 3 April 2012 (PDT)