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

FIRSTCAP( cStr )

Purpose

Provides a PICTURE for a character string which capitalizes the first
character in that string.

Arguments

     cStr -- character string to format

Setup

None.

Example

     LOCAL mvar := SPACE( 10 )
     @ 5, 10 GET mvar PICTURE FIRSTCAP( mvar )
     READ_IT()

Returns

The picture which will generate a capitalized first character for the
specified string.

Side Effects

None.

Artful Calls

None.

Source File

ARTFUL.CH

Notes

Useful in formatting fields for GET/SAY. Supplies a picture clause
determined by the field itself.

This is implemented as a pseudo-function via #define.

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