IB Statements/swap

From CometWiki

< IB Statements
Revision as of 11:37, 22 May 2009 by Badge (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SWAP function

Syntax: SWAP(string-variable-1,string-variable-2)

Discussion: The SWAP function exchanges the contents of two string variables.

The parentheses are optional.

Example: SWAP(A$,B$)

The contents of A$ and B$ are exchanged.

Personal tools