
02-13-2009, 03:45 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
It's actually quite simple:
varname.varname.varname.varname.varname
clientr.something
clientr.("item_" @ myid)
("client" @ "r").something
You just construct the variable name (string concat), and you need to add the brackets so that the compiler knows that it belongs together. |
|
|
|