Using the CONVERT() function in program
|
10-30-2019, 12:35 PM
Post: #6
|
|||
|
|||
RE: Using the CONVERT() function in program
INPUT can force you to type the unit on the data entered, but this can be annoying and slow
Code: INPUT({{var,[9]}}) A more friendly alternative would be to indicate the unit in the label or help. Code: INPUT(var,{},"Long (km):"); You can also achieve something more interactive with a selection of the unit Code: LOCAL var,und={"mm","cm","m","km"},un; Viga C | TD | FB |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Using the CONVERT() function in program - gregreenwood - 10-29-2019, 11:28 PM
RE: Using the CONVERT() function in program - pinkman - 10-30-2019, 05:23 AM
RE: Using the CONVERT() function in program - Tyann - 10-30-2019, 05:53 AM
RE: Using the CONVERT() function in program - john gustaf stebbins - 10-30-2019, 05:54 AM
RE: Using the CONVERT() function in program - pinkman - 10-30-2019, 06:56 AM
RE: Using the CONVERT() function in program - Carlos295pz - 10-30-2019 12:35 PM
RE: Using the CONVERT() function in program - Tyann - 10-30-2019, 06:32 PM
|
User(s) browsing this thread: 1 Guest(s)