Hi,
Does anyone know how to pass parameters to Platform Request method.
I tried using the URL like
url= "http://www.example.com/sample.pl?xx="+xx
platformRequest(url)
This is giving me illegal forward reference.Any solution ???
Please reply ASAP
Hi,
Does anyone know how to pass parameters to Platform Request method.
I tried using the URL like
url= "http://www.example.com/sample.pl?xx="+xx
platformRequest(url)
This is giving me illegal forward reference.Any solution ???
Please reply ASAP
Can you show us more code? This isn't wrong, but somewhere you're accessing a variable in the middle of defining it.
Graham.
Thanks, you said it right that "accessing a variable in the middle of defining it.", that was the mistake i was doing.
Its working fine now.