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>dbmmrg()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dbMMrg()
Performs a string's Mail Merge
------------------------------------------------------------------------------
Syntax:

     dbMMrg( <cStr>, [<lAllTrim>] ) --> cMerge

Parameters:

     <cStr>     String on which the Mail Merge must be performed.
     <lAllTrim> Make an alltrim of the Function. DEFAULT .F.

Returns:

     <cMerge> Resulting string from the Mail Merge.

Description:

     Performs a Mail Merge on the input string. Data written between "<<"
     and ">>" markers will be expanded into its value.

Example:

     ? dbMMrg( "It is <<Time()>> of <<Date()>>" )
     // Writes: It is 09:55:11 of 05/16/94

See also:

     dbMsgErr()

See Also: dbMsgErr()

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