Get a part of description only (object list)
-
Hello, how to get the "AUD" text only , without numeric value in a condition block?


@jstap i've already saw your suggestion here https://fxdreema.com/forum/topic/14639/read-information-from-a-custom-dashboard-indicator/6
-
@ambrogio Create 2 variables, put the object on chart into variable a then use this code:
variable b=StringSubstr(variable a,0,3);
-
@jstap thank you, it works fine!
-
@ambrogio Your welcome