Hi, i have been using the InStr function to detect strings within strings...
if instr(1, "Call", Line) then...
but i have a string it needs to detect, but i need to detect it by the formatting of it, as every letter in the string will be different meaning i cannot use the InStr function.![]()
the text will appear like this:
7h 9d Kh (Flop)
OR
2c 4d Qh Qs (Turn)
OR
Th 3d 4h 9s Jc (River)
the first letter will always be a number or: J,Q,K,A
and the second letter will always be lowercase: c,h,d,s




Reply With Quote