Page 1 of 1

HTTPInfo return type

Posted: Sun Feb 01, 2026 3:42 am
by BarryG
The manual says:

Code: Select all

Result = HTTPInfo(HttpRequest, Type [, Flags])
Which makes it look like a number is the return type, but it's actually a string. So it should say:

Code: Select all

Result$ = HTTPInfo(HttpRequest, Type [, Flags])