Talk:String Compare: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
 
No edit summary
Line 1: Line 1:
It should be noted that this is exactly what the != string and key compare functions do. -- [[User:Strife Onizuka|Strife Onizuka]] 08:48, 27 May 2007 (PDT)
It should be noted that this is exactly what the != string and key compare functions do. -- [[User:Strife Onizuka|Strife Onizuka]] 08:48, 27 May 2007 (PDT)
However, this is what most programming languages have: "Fred" < "John".

Revision as of 15:20, 27 May 2007

It should be noted that this is exactly what the != string and key compare functions do. -- Strife Onizuka 08:48, 27 May 2007 (PDT)

However, this is what most programming languages have: "Fred" < "John".