printf("RESULT=%s",CharArrayToString(result));

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear,
I am using WebRequest. and want to get return value:
My webpage only show number no HTML and number is 1, -2 , 0 like that. In this number i will understand data will get in webpage successfully or not. it is just custom error code.
But above code will see i got result only in htm page. i don't want save result on any file only get result . but result[0] only show number. example my webpage return text is 1 but result[0] show 96
My question is how i get return in text without saving any time.
Thanks