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>dfright()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfRight()
Returns the right side of an equation
------------------------------------------------------------------------------
Syntax:

     dfRight( <cStr>, [<nType>], [<nSubType>] ) --> uRet

Parameters:

     <cStr>     Equation string
     <nType>    Data type. The default is RT_CHARACTER
     <nSubType> Data subtype (type of data stored in an array).

Returns:

     <uRet> Requested value

Description:

     Returns the right side of an equation, and casts it to the given type

Example:

     LOCAL cString := "dBsee=Case"
     ? dfRight( cString ) // Returns "Case"

See also:

     dfLeft()

See Also: dfLeft()

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