If i were to use findtext() to find a number in a text string such as "Omega 1" which is var/K for example using the following
var/K = "Omega 1"
if(findtext(K,list("1","2","3")))
//Now, here is my problem, How do I put the found number from the list into a variable but ignore the text (In this case "Omega" - Is there a way?, this will serously cut back on repetative code..
thanks in advance!
-Thorg
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Could work with maybe a bit of modding.