LizardX 0 Posted June 4, 2004 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! Share this post Link to post Share on other sites
bn880 5 Posted June 4, 2004 There is not, other than brute froce matching. (useless) Share this post Link to post Share on other sites
LizardX 0 Posted June 4, 2004 Hell, this is what I was afraid of! But thanks, anyway! Share this post Link to post Share on other sites