Difference between revisions of "Manuals/calci/SETCONVERSION"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''SETCONVERSION (UnitOne,UnitTwo,Rate)'''</div><br/> *<math>UnitOne</math> and <math>UnitTwo</math> are any two country currencies. *<math>Rate</m...")
 
 
(4 intermediate revisions by the same user not shown)
Line 13: Line 13:
  
 
==Examples==
 
==Examples==
 +
# SETCONVERSION("cm","m",80) = true
 +
# SETCONVERSION(1<>cm,1<>m,80) = true
 +
#1cm<>m =80m
 +
#SETCONVERSION("yr","hr",5) =true
 +
#1yr<>hr= 8760hr
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=jqmIbcId3B0|280|center|Conversion}}
  
 
==See Also==
 
==See Also==

Latest revision as of 04:48, 13 April 2022

SETCONVERSION (UnitOne,UnitTwo,Rate)


  • and are any two country currencies.
  • is the currency value.

Description

  • This function is the tester function of the currency conversion.
  • The official monetary standard of a country is called the currency.
  • In , is the currency name of one country.
  • is the Currency name another country.
  • is the currency value to be changed.
  • This function will return the result as TRUE when the currency value can be changed.
  • Also this will return the result as FALSE when the currency value can not be changed.

Examples

  1. SETCONVERSION("cm","m",80) = true
  2. SETCONVERSION(1<>cm,1<>m,80) = true
  3. 1cm<>m =80m
  4. SETCONVERSION("yr","hr",5) =true
  5. 1yr<>hr= 8760hr

Related Videos

Conversion

See Also

References