-
Start an MQL session. For more information, see Running MQL.
- To set the context for the MQL session, run this command:
set context user creator; -
To define the conversion rates, run this command:
modify dimension "$sdimension" \
modify unit kg system english to unit lb \
modify unit lb system metric to unit g \
modify unit cg system english to unit lb \
modify unit g system english to unit lb \
modify unit mg system english to unit lb \
modify unit T system english to unit lb \
modify unit oz system english to unit lb;
For more information, see the MQL
Command Reference: dimension Command.
|