----- Original Message ----- 
From: "roymeo" <[EMAIL PROTECTED]>
>
> Never, EVER depend upon the capitalization of #symbols.

For network operations, you don't even need to use symbols, so the problem
is easily avoided. I always do something like this:

vArgs = [:]
vArgs[ "resourceid" ] = "123"
vArgs[ "HelloWorld" ] = "Hello, World!"
netID = postNetText( theURL, vArgs )
...

- Robert
[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