Hi Experts,
Please could someone give me the equivalent B4i code for the following B4a code:
What this did was write an XML file called 'Response.xml' from an HTTP Response.
Also what is the equivalent in B4i for:
Thank you very much for your time,
Regards,
Jacques.
Please could someone give me the equivalent B4i code for the following B4a code:
B4X:
Response.GetAsynchronously("Response",File.OpenOutput(File.DirInternalCache,"Response.xml",False),True,TaskId)
What this did was write an XML file called 'Response.xml' from an HTTP Response.
Also what is the equivalent in B4i for:
B4X:
Response.Release
Thank you very much for your time,
Regards,
Jacques.