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

SSN( cNumstr )

Purpose

Return a social security number as xxx--xx--xxxx.

Arguments

     cNumstr -- digit string to format

Setup

cNumstr is valid SSN number in the form of a string. It is assumed that the
separators will never be stored in the database, since they can be produced
at any time.

Example

     ? SSN( '123456789' )    && returns '123-45-6789'

Returns

A string formatted according to the social security number convention
(i.e., 999--99--9999).

Side Effects

None.

Artful Calls

None.

Source File

ARTFUL.CH

See Also: SSNC()

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