Archive of UserLand's first discussion group, started October 5, 1998.

A question about searchArgs

Author:Mike Murry
Posted:8/31/1999; 2:39:42 PM
Topic:A question about searchArgs
Msg #:10342
Prev/Next:10341 / 10343

I'm building a MR app that needs to parse searchArgs on a certain page. I read Sam's How-to and the docserver stuff on webserver.parseargs and got something working, but I was wondering if there is a better way.

Here's what my script is doing:

webserver.parseArgs(adrPageTable^.searchArgs,@scratchpad.argTable)
local (projectnum = @scratchpad.argtable.project)
local (issuenum = @scratchpad.argtable.issue)

The only minor problem is that I have to delete @scratchpad.argtable.project and @scratchpad.argtable.issue at the end of my script or they turn from strings to lists. Is there any easier way?

Thanks.


There are responses to this message:


This page was archived on 6/13/2001; 4:52:18 PM.

© Copyright 1998-2001 UserLand Software, Inc.