|
By patvdv at 26 Feb 2008 - 21:56
|
set.currencies()
Syntax
void set.currencies( long seqno, string currency(3) )
Description
Use this function to create and fill the multicurrency table. The function inserts a single entry in the table. Currency rotation is based on the order of currencies in this table. Make sure that all the indices of the table (seqno) form a consecutive range, starting at 1
Context
4GL library function
Example
set.currencies( 1, "HFL" )
set.currencies( 2, "USD" )
set.currencies( 3, "DEM" )
Related topics
|