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.
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.
MessageAreaID Combined Value of conference/message area
Gets data from a web server and returns it as a string.
WebRequest(url)
url An string expression stating the url to get data from.
STRING Returns the web request value as STRING.
Gets data from a web server and stores it as a file.
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.
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.
Len(array, dim)
array An array expresison to get the length of
dim The dimension to get the length of