Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfasindex()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfASIndex()
This function converts an index exp in AS/400 sintax
------------------------------------------------------------------------------
Syntax:

     dfASIndex( <cIndex> ) --> cNewIndex

Parameters:

     <cIndex>   Index expression that must be converted

Returns:

     <cNewIndex> New index expression converted

Description:

     Allows to transform an index expression Clipper in an index expression
     AS/400

Example:

     dfASIndex( "dtos(data)+str(numeric,5,0)" )
     // Return = data+numeric
     
     dfASIndex( "cCodCli" )
     // Return = cCodCli
     
     dfASIndex( "cCharacter+SubStr(dData,4,3)+cTest" )
     // Return = cCharacter+dData+cTest

See also:

     dBsee4AS(), dfASFile()

See Also: dBsee4AS() dfASFile()

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