Hello,
Do you know an expression we could use in AA to convert a string to an analog value?
example: string = '100'
Nico
Hello Nico,
I have an idea you could try:
(0 + YourString)
I think the expression engine will try to convert if the first element of the addition is a number.
++
Well done Ludo,
That works!
I realized now I had this issue long time ago and used the same trick but....i didn't remember :blush:
Nico


