I want to compare values "Blahh1" and "Blarg2", to see which number is higher.
However, trying to compare them doesn't work, because I cannot "cut off" the word part of the variable.
Is there a way to fix this?
Develop games in your browser. Powerful, performant & highly capable.
Try using int() and
right(text, count)
Return the last count characters of text.
Oh, yeah! INT! I forgot about that. Thank you so much, I appreciate the help!
Your Welcome ,good luck on your game .