HTTPInfo return type

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

BarryG
Addict
Addict
Posts: 4318
Joined: Thu Apr 18, 2019 8:17 am

HTTPInfo return type

Post 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])