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:

  • RetStr$ String which contains the character[s] corresponding to the ASCII code integer parameter[s].
  • NumParam% Number of ASCII code integers in the parameter expression list.
  • ASCode1 ASCII code integer. OPTIONAL Comma separated ASCII code integers.

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