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

SSNC( _numstr )

Purpose

Return a Canadian SIN as xxx xxx xxx.

Arguments

     cNumstr -- digit string to format

Setup

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

Example

     ? SSNC( '123456789' )   && returns '123-456-789'

Returns

A formatted Canadian SIN number.

Side Effects

None.

Artful Calls

None.

Source File

ARTFUL.CH

See Also: SSN()

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