Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.51 KB

File metadata and controls

55 lines (35 loc) · 1.51 KB

AreaId() Function (4.00)

Function

Returns the value for conference/message area. This is used for all message releated functions to make them compatible with icy board message areas without breaking old code. Code that isn't message area just works in icy board. But with icy board it's possible to specify a (non current) message area in all message related calls.

Syntax

AreaId(conf, area)

conf An integer expression stating the conference number of the message base.

area An integer expression stating the message area of the message base.

Returns

MessageAreaID Combined Value of conference/message area

WebRequest() Function (4.00)

Function

Gets data from a web server and returns it as a string.

Syntax

WebRequest(url)

url An string expression stating the url to get data from.

Returns

STRING Returns the web request value as STRING.

WEBREQUEST() Statement (4.00)

Function

Gets data from a web server and stores it as a file.

Syntax

WEBREQUEST url, file

url An string expression stating the url to get data from.

file An string expression stating the file to save the data to.

Len() Function (4.00)

Function

With this overload of the len function it's possible to get the length of an array dimension. Note: With 400 Len(arr, 0) behaves like Len(arr) - the len function works on arrays as well.

Syntax

Len(array, dim)

array An array expresison to get the length of

dim The dimension to get the length of