Difference between revisions of "Manuals/calci/CHR"

From ZCubes Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 24: Line 24:
 
|-
 
|-
 
|- class="odd"
 
|- class="odd"
|CHAR(nb)
+
|CHAR(AsciiNum)
 
|37
 
|37
 
|%
 
|%
Line 49: Line 49:
  
 
|}
 
|}
 +
 +
==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