IB Statements/swap

From CometWiki

< IB Statements(Difference between revisions)
Jump to: navigation, search
Badge (Talk | contribs)
(New page: '''SWAP function''' '''Syntax:''' SWAP(string-variable-1,string-variable-2) '''Discussion:''' The SWAP function exchanges the contents of two string variables. The parentheses are...)

Latest revision as of 11:37, 22 May 2009

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.