( |
|
|
|||
Returns a value in secondary (base 2) currency that has been converted from a value in primary (base 1) currency. |
Parameters: | |
The date of the exchange rate. | |
The value in B1. | |
external inner function val B12B2(date,val); global procedure OnApplicationStartup() begin SetCompany(1,true); stopalert(B12B2(CurrentDate,100)); return; end;
Related topics: |