Here is an example function to convert a given length in metres into feet and inches:
main.m523 chars20 lines
To use this function, you can call it with a scalar value of length in metres, for example:
main.m71 chars3 lines
This means the length of 2.54 metres is equal to 0 feet and 12 inches (or 1 foot).
gistlibby LogSnag