Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

EXPAND( cString )

Purpose

Return a double-spaced expansion of a string.

Arguments

     cString -- string to expand

Setup

None.

Example

     ? EXPAND( "Hello" )      && Returns " H e l l o "
     ? EXPAND( "   Hello " )  && Returns " H e l l o "

Returns

The expanded string.

Side Effects

None.

Artful Calls

None.

Source File

AA_EXPAN.PRG

Notes

This function inserts a space between each character in cString.
Trailing blanks are eliminated before the string is expanded. In addition,
a space is inserted before the first character and after the last
character.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson