Post Reply 
CONVERT and variables for arguments
10-19-2015, 01:18 PM
Post: #13
RE: CONVERT and variables for arguments
(10-17-2015 01:40 PM)eried Wrote:  "mm","cm","m","km","inches","feet","yards","miles" can go in a list variable so you don't need to duplicate them

One option to avoid typing in duplicate lists is to assign "menu :=units", which saves having to type in all the units in the menu. You end up having units like " 1 mm" instead of "millimetres" - that's not pretty, but on the other hand its workable with less typing AND there is no risk of the two lists getting out of step, which could otherwise risk turn your "miles" into mm (if the two lists end up in different sequences). The disadvantage is you then have to go online to discover that an "lyr" is actually a light year.

If you do keep the printable names as well as the units, if the lists can be changed to:
Mm,"millimetres"
Yds,"yards" //keep adjacent

They are less likely to go wrong than if you have
Mm,rods,chains,furlongs,yds
"Mm"',chains"," rods","furlong","yards"

It may also be worth pointing out that Han's technique does not extend to Temperatures, because of the differing zeros, in case anyone is tempted to do that.

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CONVERT and variables for arguments - epp - 10-15-2015, 06:16 PM
RE: CONVERT and variables for arguments - StephenG1CMZ - 10-19-2015 01:18 PM



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