Strings
Jump to navigation
Jump to search
str AnyThing
returns "whatever anything is"
example:
str _thing;
String strCmp String
returns stanard c strcmp()
note, case sensitive unfortunately
tolower
toupper
tolower string;
std c functions