How can I build a container ? [Solved]
Posted: Mon May 12, 2014 3:43 pm
Hi to all,
Is there a way in LC to build a container so I don't have to write a long piece of words all the time ?
The code below is NOT OK while compiling in the editor code
The var <laCard> is supposed to let me reference a field "myField" just like that:
Instead of :
Any idea around ?
Thanks in advance, Jean-Paul.
Is there a way in LC to build a container so I don't have to write a long piece of words all the time ?
The code below is NOT OK while compiling in the editor code
Code: Select all
put card "myCard" of stack "myStack" into laCard
Code: Select all
get fld "myField" of laCard
Code: Select all
get fld "myField" of card "myCard" of stack "myStack" -- which is correct but too long to write
Thanks in advance, Jean-Paul.