1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-23 01:25:13 +00:00
QB64-PE/tests/compile_tests/http/statuscode_noprefix_missing.bas
Matthew Kilgore 12c9c35db5 Add _StatusCode command for HTTP handles
The _StatusCode command returns the status code on the HTTP response
when given a HTTP handle from _OpenClient().
2022-11-20 04:04:02 -05:00

6 lines
98 B
QBasic

$Unstable:Http
Option _ExplicitArray
' Error, StatusCode() is missing prefix
Print StatusCode(2)