Actually it just occured to me - you need a name/value pair to grab what
you're sending so you really want something like

postnettext("http://asdf.com/xml/a.xml?"; & "amount=" &
string(random(1000), "")

or I do a lot with proplists (ie:

myList=[#amount: random(1000), #name: "Bob"]

postnettext("http://asdf.com/xml/a.xml?"; & urlencode(myList), "")

On Tue, 18 Dec 2001 [EMAIL PROTECTED] wrote:

>
> howsabout postnettext("http://asdf.com/xml/a.xml?"; &
> urlencode(string(random(1000))), "")
>
>
>
> On Tue, 18 Dec 2001, Jeffrey wrote:
>
> > Thanks for KEN and Watson for your help. But I met the same problem even
> > with your method. It's really wield. The problem only happens in the first
> > time after I changed the XML file.
> >
> > And a question for KEN, I tried to use "http://asdf.com/xml/a.xml?"; &
> > random(1000). But I get an empty string by using the getnettext. Could you
> > tell me what's wrong with it?
> >
> > Jeffrey
> >
> >
> > [To remove yourself from this list, or to change to digest mode, go to
> > http://www.penworks.com/lingo-l.cgi  To post messages to the list,
> > email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> > Lingo-L is for learning and helping with programming Lingo.  Thanks!]
> >
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to