( |
|
|
|||
Returns a value in specified currency that has been converted from a value in secondary (base 2) currency. |
Parameters: | |
The currency mark into what we are converting to. | |
The date of the exchange rate. | |
The value in B2. | |
external inner function val B22Cur(string,date,val); global procedure OnApplicationStartup() begin SetCompany(1,true); stopalert(B22Cur("USD",CurrentDate,100)); return; end;
Related topics: |