SUMMARY
There is no command in either QuickBasic or Basic PDS for simple
justification of strings.
The following function returns a string that is right justified. This
string could be used for printing or other tasks.
Note: This function is written to handle numbers of SINGLE precision
type. A change in the FUNCTION statement and DECLARE statement is all
that is required to make it work with different data types. This function could be modified to work with left justification or centering using the same idea used for the right justification.
For information on how to convert a number in scientific notation to
standard notation before or while performing the justification
function, query for the following words in the Microsoft Knowledge
Base:
scientific and notation and REALSTRING$