URLEncode question
Posted: Sat Apr 13, 2013 11:28 pm
I was looking over the dictionary for URLEncode("Test string $$") -- returns "Test+string+%24%24"
This code,
returns, Testing+out+the+URLEncode+function
looking at the dictionary this would appear to be incorrect, but there is not much in the dictionary, perhaps I should try the user manual?
edit, Opps, the user manual states for more information see the dictionary, LOL,
This code,
Code: Select all
put the text of fld "myTest" into varEncodemessage
put URLEncode (varEncodemessage) into fld "enc_string"
looking at the dictionary this would appear to be incorrect, but there is not much in the dictionary, perhaps I should try the user manual?
edit, Opps, the user manual states for more information see the dictionary, LOL,