Hi,
Here's what I use:
for each(form variables;$key;$value)
$e:=get form variable count($key)
If($e>1)
// this is a case of multiple values for a key( as
in multiple combobox select), so load into an array
array text($at_OutValues;0)
get form variable choices($key;$at_OutValues)
Else
// just reference $key and $value
End if
end for each
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/