Difference between revisions of "Manuals/calci/CHR"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''CHR (AsciiNum)'''</div><br/> *where <math>AsciiNum</math> is a number to find the UTI character. ==Description== *This function gives the UTI ...")
 
 
(3 intermediate revisions by the same user not shown)
Line 16: Line 16:
  
 
==Examples==
 
==Examples==
 +
{| id="TABLE3" class="SpreadSheet blue"
 +
|- class="even"
 +
! CHR(AsciiNum)
 +
! AsciiNum
 +
! Result
  
 +
|-
 +
|- class="odd"
 +
|CHAR(AsciiNum)
 +
|37
 +
|%
 +
 +
|- class="even"
 +
|CHR (AsciiNum)
 +
|2314
 +
| ऊ
 +
 +
|- class="odd"
 +
| CHAR(AsciiNum)
 +
|564                                     
 +
 +
 +
|- class="even"
 +
| CHAR(AsciiNum)
 +
|1345
 +
| Ձ
 +
 +
|- class="odd"
 +
|CHAR(AsciiNum)
 +
|0127
 +
|W
 +
 +
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=2a0PQlaGsIM|280|center|UTI}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:54, 21 March 2019

CHR (AsciiNum)


  • where is a number to find the UTI character.

Description

  • This function gives the UTI characters of a given number.
  • UTI is stands for the Uniform Type Identifier.
  • It is the Text string used to identify uniquely for given class or type of a item.
  • UTI use a reverse-DNS naming structure which is including the ASCII characters.
  • Also UTI support multiple inheritance, allowing files to be identified with any number of relevant types, as appropriate to the contained data.
  • gives a specific character for a number.
  • Also the number is starting from 1, but there is no restriction for the final number.
  • Because CALCI is supporting for many languages also.
  • The number can be a number directly or indirectly like cell reference.
  • The character is from the character set used in our system.

Examples

CHR(AsciiNum) AsciiNum Result
CHAR(AsciiNum) 37 %
CHR (AsciiNum) 2314
CHAR(AsciiNum) 564 ȴ
CHAR(AsciiNum) 1345 Ձ
CHAR(AsciiNum) 0127 W

Related Videos

UTI

See Also


References