Difference between revisions of "Manuals/calci/CHAR"

From ZCubes Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
|-
 
|-
 
|- class="odd"
 
|- class="odd"
|Complex(5,6)
+
|CHAR(Nb)
|5
+
|3000
|6
+
|
  
 
|- class="even"
 
|- class="even"
|Complex(5,2,"j")
+
|CHAR(Nb)
|5
+
|100
|2
+
|d
  
 
|- class="odd"
 
|- class="odd"
| Complex(2,0,"i")
+
| CHAR(Nb)
|2                                      
+
|58                                      
|0
+
|:
  
 
|- class="even"
 
|- class="even"
| Complex(0,-4,i)
+
| CHAR(Nb)
 
|0
 
|0
 
|4
 
|4
  
 
|- class="odd"
 
|- class="odd"
|Complex(5,"j")
+
|CHAR(Nb)
|5
+
|33
|
+
|!
  
 
|}
 
|}

Revision as of 04:38, 12 November 2013

CHAR(Nb)


  • where Nb 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 Nb 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) 0 4
CHAR(Nb) 33 !

See Also

References

Complex Numbers