How can i use setvariable,getvariable and vararraycreate functions?
Posted: Tue 18 Apr 2006 11:57
I don't know how to use this functions, when i use them the "the name or index of your variable is incorrect" comes when i use vararraycreate functions. for example i have "Products" table and "name" and "surname" columns.
setvariable('pro',products.name);
setvariable('prod',products.surname);
what is incorrect?
setvariable('pro',products.name);
setvariable('prod',products.surname);
what is incorrect?