I know what's the error, but i don't know how to set up the function:
SCAR Code:if InStrArrEx('lol',ChatRoom[i]) then
Can someone explain to me how it's supposed to be set up?
~Des
I know what's the error, but i don't know how to set up the function:
SCAR Code:if InStrArrEx('lol',ChatRoom[i]) then
Can someone explain to me how it's supposed to be set up?
~Des
im assuming this is for an auto responder why not do something like
Code:typesend('lol');
Because this is supposed to search for the text, not type it.![]()
oh ok
change to what is neededCode:FindChatBoxText({txt}, 8, 0); // 8 = line i think and 0 = text column i think
no..i have my responder which gets the whole chat box , but i need it to find the word 'lol' in the lines. And it won't. That's not suitable.
Function InStrArrEx(S: String; StrArr: TStringArray; Var Where: Integer): Boolean;
InStrArrayEx('lol', ChatRoom, WhereAmI)
WhereAmI is an integer variable you have to make yourself.
var WhereAmI: integer;
~RM
There are currently 1 users browsing this thread. (0 members and 1 guests)