Strings: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 20: Line 20:


std c functions
std c functions
example
_val= "this" strcmp tolower"tHiS";

Revision as of 17:07, 14 March 2010

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

example

_val= "this" strcmp tolower"tHiS";