Post Reply 
How I can change the format of unit one DM42/Free42
01-08-2021, 07:41 PM
Post: #32
RE: How I can change the format of unit one DM42/Free42
Oh ok I see thanks Smile
(01-08-2021 07:40 PM)Sylvain Cote Wrote:  
(01-08-2021 07:36 PM)fs5qc Wrote:  My new code is

00 { 32-Byte Prgm }
01▸LBL "VOL"
02 MVAR "V"
03 MVAR "W"
04 MVAR "L"
05 MVAR "H"
06 RCL "W"
07 RCL× "L"
08 RCL× "H"
09 RCL "V"
10 -
11 END

These two lines:
Code:
09 RCL "V"
10 -

can be replaced by this line
Code:
09 RCL- "V"
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How I can change the format of unit one DM42/Free42 - fs5qc - 01-08-2021 07:41 PM



User(s) browsing this thread: 1 Guest(s)