Hello,
I am using AxExpressionEdit in order to edit custom steps using expressions.
Is there a simple way to configure the axExpressionEdit to only accept variable names ?
For example :
I have a step which must return a result in a Teststand variable configured thru the edit box of my custom step.
Ex : Locals.i = GET()
On my custom interface i want to get the name of the result variable using an axExpressionEdit control.
Is it possible, using "typeflags" to limit the axExpressionEdit control only with variables ?
Thanks a lot for help.
PS : I have found a way to check manually the expression using the tokenize mechanism ... but i think threre is a simpliest way !
Manu.net