Hello all,
First of all, is it possible to split a string into an array ?
It's because I'm trying to extract X,Y from:
- button <randomX> <randomY> 2151 2150 1 0 2
... But I'm stuck, if anyone could help me. I'd appreciate !
....
var line = ""
var x = ""
var y = ""
var a ...