UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software UniBasic Commands Reference - Rocket Software

rocketsoftware.com
from rocketsoftware.com More from this publisher
11.04.2013 Views

ReleaseXML Syntax ReleaseXML(XMLhandle) Note: This function is case-sensitive. If you want it to be case-insensitive, you must compile your programs using the BASIC command with the -i option. Description Release the dynamic array variable using the ReleaseXML function. ReleaseXML destroys the internal DOM tree and releases the associated memory. Parameter The following table describes the parameter of the syntax. Parameter Description 1-672 UniBasic Commands Reference XMLhandle The XML handle created by the PrepareXML function. ReleaseXML Parameter

REM Syntax REM [comment text] Synonyms !, * Note: REM is also a synonym for the MOD function. For more information, see MOD. Description The UniBasic REM command enables you to enter remarks in a program. You can enter the comment on a line by itself by entering the comment command followed by text. You also can enter a comment on a line that contains another UniBasic command by preceding the comment command with a semicolon. Tip: In structured programming, a single command is entered on each line. This makes programs easier to read and maintain. REM 1-673

REM<br />

Syntax<br />

REM [comment text]<br />

Synonyms<br />

!, *<br />

Note: REM is also a synonym for the MOD function. For more information, see<br />

MOD.<br />

Description<br />

The <strong>UniBasic</strong> REM command enables you to enter remarks in a program. You can<br />

enter the comment on a line by itself by entering the comment command followed by<br />

text. You also can enter a comment on a line that contains another <strong>UniBasic</strong> command<br />

by preceding the comment command with a semicolon.<br />

Tip: In structured programming, a single command is entered on each line. This<br />

makes programs easier to read and maintain.<br />

REM 1-673

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!