Hello everyone
I found a very strange thing in the command action lable string range
I am trying to pick out a part of the string based on two variables but only get "invalid input detected"
action 5.0 string range $str $str_first $str_last
if i go by strict numbers like
action 5.0 string range $str 5 10
it works but the numbers are changing depending on a cli output so I have to calculate the values during runtime
Is this a bug/feature of EEM that you cant send in the first, last index as a variable ? :O it seams a little bit strange that you have to...