07-13-2009, 04:53 PM
Hello,
A very simple action...
I have a JavaList with one of the values "TestNumber1"
So I do
and it works
but I would like to make it shorter like:
but it doesn't work?!
In OR this kind of syntax is OK... but not in string
Thanks,
A very simple action...
I have a JavaList with one of the values "TestNumber1"
So I do
Code:
JavaList("name").Select "TestNumber1"
but I would like to make it shorter like:
Code:
.Select "Test.*"
In OR this kind of syntax is OK... but not in string
Thanks,