| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''CHAR(nb)'''</div><br/> | + | <div style="font-size:30px">'''CHAR(number)'''</div><br/> |
| | | | |
| − | *where <math>nb</math> is the number from 1 to infinity. | + | *where <math>number</math> is the number to find the UTI character. |
| | | | |
| | ==Description== | | ==Description== |
| Line 10: |
Line 10: |
| | *Also UTI support multiple inheritance, allowing files to be identified with any number of relevant types, as appropriate to the contained data. | | *Also UTI support multiple inheritance, allowing files to be identified with any number of relevant types, as appropriate to the contained data. |
| | *CHAR()gives a specific character for a number. | | *CHAR()gives a specific character for a number. |
| − | *Also the number is starting from 1,and we can give more than 1700. | + | *Also the number is starting from 1, but there is no restriction for the final number. |
| − | *The <math>nb</math> can be a number directly or indirectly like cell reference. | + | *Because CALCI is supporting for many languages also. |
| | + | *The <math>number</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 |
| | **CHAR(100) | | **CHAR(100) |
| | + | |
| | + | ==ZOS Section== |
| | + | *The syntax for CHAR function in ZOS is CHAR(number) |
| | + | *<math>number</math> is the number to find the character for the specified by the code number. |
| | + | *char(5000..5050) |
| | | | |
| | ==Examples== | | ==Examples== |
| | {| id="TABLE3" class="SpreadSheet blue" | | {| id="TABLE3" class="SpreadSheet blue" |
| | |- class="even" | | |- class="even" |
| − | ! CHAR(nb) | + | ! CHAR(number) |
| | ! nb | | ! nb |
| | ! Result | | ! Result |
| Line 54: |
Line 60: |
| | ==See Also== | | ==See Also== |
| | | | |
| − | *[[Manuals/calci/SIN| SIN]] | + | *[[Manuals/calci/CODE| CODE]] |
| − | *[[Manuals/calci/COS| COS]]
| + | |
| | | | |
| | ==References== | | ==References== |
| − | [http://en.wikipedia.org/wiki/ASCII ASCII Values] | + | [http://en.wikipedia.org/wiki/Uniform_Type_Identifier UTI values] |