#1 Re: mORMot 1 » What does UrlDecodeDouble do » 2021-08-05 09:08:45

ab wrote:

If you are confused by those low-level methods, rather use the high-level Input methods of the request execution context.

Do you happen to have an example for that, please?

#2 Re: mORMot 1 » What does UrlDecodeDouble do » 2021-08-03 10:32:15

Thank you for your reply, ab.

I have actually read the documentation entry for URLDecodeDouble.

But the explanation is not enough for me, sorry.

function UrlDecodeDouble(U: PUTF8Char; const Upper: RawUTF8; var Value: double; Next: PPUTF8Char=nil): boolean;

U = the URL passed
Upper = Upper of the target parameter? Why?
Value = stores the double value
Next = this is not obvious to me

I struggle to interpret the use of Next here.

#3 mORMot 1 » What does UrlDecodeDouble do » 2021-08-03 07:56:59

jeffp
Replies: 6

Hello.

I am trying to follow Sample 06 (Project06Server) then I came around UrlDecodeDouble. What does it do and the other UrlDecode* functions? What is done with the parameters? Sorry, can't find the answer in the docs (or don't understand).

TIA. jeffp

Board footer

Powered by FluxBB