On Tue, 13 Jul 2010, Felipe Monteiro de Carvalho wrote:

On Tue, Jul 13, 2010 at 5:10 PM, Michael Van Canneyt
<mich...@freepascal.org> wrote:
Well, Request.Variables['Myvar'] is enough, no ?

Doesn't seam to exist in fpc 2.4.0, any idea how to do that with that
version? I found a couple of stuff which didn't work, including:

My mistake, the correct name is 'Queryfields':

Avar:=Request.QueryFields['MyVar'];

And fieldByName() exists already in 2.2, but that queries environment
variables, not query variables (hence it will get stuff like 'QUERY_STRING').

I've never heard of GetParam()

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to