Difference between revisions of "Manuals/calci/CHAR"

From ZCubes Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
*The <math>Nb</math> can be a number directly or indirectly like cell reference.  
 
*The <math>Nb</math> can be a number directly or indirectly like cell reference.  
 
*The character is from the character set used in our system.
 
*The character is from the character set used in our system.
 
 
**CHAR(65)
 
**CHAR(65)
 
**CHAR(B5), where B5 is the cell number
 
**CHAR(B5), where B5 is the cell number

Revision as of 01:08, 18 November 2013

CHAR(Nb)


  • where is the number from 1 to infinity.

Description

  • This function gives the ANSI characters for given Number.
  • CHAR()gives a specific character for a number.
  • Also the number is between 1 to infinity.
  • The can be a number directly or indirectly like cell reference.
  • The character is from the character set used in our system.
    • CHAR(65)
    • CHAR(B5), where B5 is the cell number
    • CHAR(100)

Examples

CHAR(Nb) Nb Result
CHAR(Nb) 3000
CHAR(Nb) 100 d
CHAR(Nb) 58 :
CHAR(Nb) 89 Y
CHAR(Nb) 33 !

See Also

References

ASCII Values