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.