MinuteLine methods syntax

From m204wiki
Revision as of 16:23, 23 December 2015 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The syntax for each of the MinuteLine class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of MinuteLine methods.

minuteLine:Dump[( [number])]

%minuteLine = [%(MinuteLine):]New

[%number =] minuteLine:Next

minuteLine:Off( number)

minuteLine:On( number)

minuteLine:Reset

%number = minuteLine:Same( minuteline)

%number = minuteLine:Size

%bitMapStatus = minuteLine:Status

%boolean = minuteLine:Test( number)

%string = minuteLine:ToLongString

%string = minuteLine:ToLongStringPrintable