strfind
#1

if(strfind(MyText[playerid], text, false) != -1)

at ignorecase , whats the difference if i usetrue or false ?

if i use false what happend ?
but if i use true , what happend ?
Reply
#2

if you use true it ignores capitals, but if you use false it will check if letters are capital or not.
Reply
#3

capitals mean big letters ? ( A , B , C , D ... ) ?
Reply
#4

If true: A is the same as a
If false: A is not the same as a
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)