VCHR$ function
Purpose: VCHR$ returns a string which contains the character[s] corresponding to the ASCII code integer parameter[s] which must have a value between 0 and 255. VCHR$ is a functional variant of CHR$. VCHR$ does not have the 10 character limitation of CHR$.
Syntax: RetStr$ = VCHR$(NumParam%, ASCode1, [ASCode2, ... ASCode10]) Parameters:
|
Example:
T3$ = VCHR$(14,34,37,73,58,37,77,58,37,72,58,32,37,112,34)
Result:
T3$ would contain
%I:%M:%S %p