IB Statements/pad

From CometWiki

< IB Statements(Difference between revisions)
Jump to: navigation, search
(New page: '''PAD function''' '''Discussion:''' The PAD function appends blanks to a string field up to the declared length of the string. '''Syntax:''' PAD(string-field) '''Example:''' PA...)
 
Line 5: Line 5:
'''Syntax:'''  PAD(string-field)   
'''Syntax:'''  PAD(string-field)   
-
'''Example:'''  PAD(A$)
+
'''Example:'''  A$ = PAD(A$)

Latest revision as of 16:28, 21 December 2009

PAD function

Discussion: The PAD function appends blanks to a string field up to the declared length of the string.

Syntax: PAD(string-field)

Example: A$ = PAD(A$)

Personal tools