STRB62
Name
 
  strb62
Purpose
 
  Convert an integer into a Base 62 formatted string.
Description
Category
 
  Utility
Calling Sequence
 
  str=strb62(val)
Inputs
 
  val - Integer (byte, int, long) to be converted
Optional Input Parameters
Keyword Input Parameters
Outputs
 
  return is the string
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
 
  99/02/23, Written by Marc W. Buie, Lowell Observatory
  
  2000/05/03, MWB, added bi-directional conversion capability.