(Solved) PRINT: Unexpected HMS formatting/Unexpected DMS formatting
|
10-07-2016, 08:19 PM
Post: #3
|
|||
|
|||
RE: PRINT: Unexpected HMS formatting/Unexpected DMS formatting
It is actually a flag embedded in the number object itself.
Whichever format was entered, use the ->HMS or HMS-> to set that flag. There is not any calculation that happens - it is purely setting the flag. Here's the code for those commands if you are curious: Code: static THPObj *CallHMS2(THPVarFuncDef const *f, THPObj const **Params, Int NbParams) TW Although I work for HP, the views and opinions I post here are my own. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(Solved) PRINT: Unexpected HMS formatting/Unexpected DMS formatting - StephenG1CMZ - 10-07-2016, 05:45 PM
RE: PRINT: Unexpected HMS formatting/Unexpected DMS formatting - toml_12953 - 10-07-2016, 07:30 PM
RE: PRINT: Unexpected HMS formatting/Unexpected DMS formatting - Tim Wessman - 10-07-2016 08:19 PM
RE: PRINT: Unexpected HMS formatting/Unexpected DMS formatting - eried - 10-07-2016, 10:24 PM
|
User(s) browsing this thread: 2 Guest(s)