Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RaSQL/B 6.1a for Clipper - <b>n_xmakename()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XMAKENAME()
Get valid Clipper field name from Btrieve field name

Syntax
N_XMAKENAME(<cField>)

Argument
<cField> is a Btrieve field name.

Returns
Valid Clipper field name.

Remarks
Converts a table field name to a Clipper field name by converting all 
special characters to underscore '_,' and trimming the name to ten 
characters. 

Examples
? N_XMAKENAME('SS#')
SS_
? N_XMAKENAME('sales$%tax')
SALES__TAX


See Also: N_XMAKEDBF()

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