Sorry if I wasn't correct enough in the subject, my English is rather poor...
Is there a way to check wheter a specific character chain is in a string?
Example:
variable1= "blablaABCblabla"
variable2="blablaDEFblabla"
the characters I'm looking for: "ABC"
what I want: a script, a function, whatever will work like this
["ABC",variable1,variable2] exec/call "WHATIWANT.sqs/sqf"
and it results
"true", "false"
Simple request, isn't it? Thx in advance!