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_xcvtype()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XCVTYPE()
Get an internal Btrieve data type from a RaSQL type code, or vice versa

Syntax
N_XCVTYPE(<nType> | <cType>)

Argument
<Type> is a data type. Codes for Btrieve data types are numeric; RaSQL's are 
character strings.

The Btrieve data types and their associated RaSQL type codes are listed in 
Appendix A.

Returns
If the argument is an internal Btrieve data type, a RaSQL type code. If the 
argument is a RaSQL type code, an internal Btrieve data type.

Remarks
This function is useful when reading Xtrieve data dictionary files. You do 
not normally use it in a typical application.

Examples
? N_XCVTYPE(10)
CL

?N_XCVTYPE("CL")
10


See Also: Appendix A N_XTYPE()

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