What it does
HTTPTimeout sets Timeout on a HTTP object. It takes iHTTP (an integer) and milliseconds (an integer), and returns nothing.
Syntax
HTTPTimeout(iHTTP integer, milliseconds integer)Parameters
| Name | Type |
|---|---|
| iHTTP | integer |
| milliseconds | integer |
Every form returns
nothing
Example · generated
HTTPTimeout(1, 1)DO Sync()LOOPHTTPTimeout is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.