Problem with itemOffset() [SOLVED]
Posted: Sat Apr 05, 2014 8:26 am
Hi to all,
Look at my code below, and try it in the commandWindow:
You get "1" instead of "3".
Any idea how I could optimize this code ?
Kind regards.
Look at my code below, and try it in the commandWindow:
Code: Select all
put "603+,115,603,107,116" into laList
put "603" into leTest
answer itemOffset(leTest,laList)
Any idea how I could optimize this code ?
Kind regards.