At 2:24 pm -1000 17/10/03, Sannyasin Sivakatirswami wrote:

OK, that works great... can we depend on the order of the
environment variables?

i.e

This works:

put urlDecode (value(item 3 of the globals)) into tRemit

and delivers the $QUERY_STRING value..

but if the order changed the cgi would break (depends on
$QUERY_STRING being always item three of the globals)

I don't understand why the order is important. Why can't you do this?


put urlDecode($QUERY_STRING) into tRemit

Cheers
Dave
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to