Hi Tom,

> I am using parseArgsEx as some of my argument values can
> have spaces. As one of the argument vales I need to pass
> a date in the form dd/mm/yy but I imagine this conflicts
> with the switch divider /, though I have no numeric
> switches defined.

I imagine you'll have to play with the parseArgsEx function a little
or use alternate date separators.

I wrote up a (quite large - 24kb) 'search' for myself that lets me hit
pages and services on my site using their paths. Of course, it splits
params on "/" so URL's have issues. :(

What I've done for the mean time is use an alternate character and
have the code replace that character with "/" when it actually runs
the URL.

I'll look into parseArgsEx later and see if it can be retrofitted to
suit our needs.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// ========================================================
    I'm not short and heavy, I'm just traveling near the
    speed of light.




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to