Wednesday, January 12, 2011

jBase Infobasic Command CHARS

The CHARS function accepts a dynamic array of numeric expressions and returns a dynamic array of the corresponding ASCII characters.

Command Syntax

CHARS (DynArr)

Syntax Elements

Each element of DynArr must evaluate to a numeric argument in the range 0-255.

Notes

If any of the dynamic array elements are non-numeric, a run-time error will occur.

See also: CHAR().

Example

y = 58 : @AM : 45 : @AM : 41
z = CHARS (y)
FOR i = 1 TO 3
CRT z<i>:
NEXT i

0 comments:

Post a Comment

 

Blog Info

A Pakistani Website by Originative Systems

Total Pageviews

Tutorial Jinni Copyright © 2015 WoodMag is Modified by Originative Systems