Hi -
I had a strange occurrence today which made me think I haven't properly understood the syntax behind the parameters for this function:
For a while I have had this code in an active library which works fine:
get request value(string(A4D Request http Version))
but when I use it in a page (not a library) - it returns a blank string unless I do this:
get request info("*http version") (<-- note the asterisk that's difficult to see :-))
( this doesn't work: get request info(A4D Request http Version) )
Can someone clear me up on how you get from the constants (A4D Request http Version) to the parameters "* http version" and why does the example in the library work ?
Thanks in advance !
Peter
_______________________________________________ Active4D-dev mailing list [EMAIL PROTECTED] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
