put same value into multiple containers at the same time
Posted: Mon Apr 30, 2007 4:57 pm
Hi,
Is there a "shortcut" way to do the following with a single line of code?
Many times, the same "value" needs to be assigned to multiple variables, and it would seem logical there should be a way to do so all with one line of code. I just have not seen an example of it.
Thanks,
Is there a "shortcut" way to do the following with a single line of code?
Code: Select all
put "ABC" into field"myletters"
put "ABC" into field"yourletters"
Thanks,