Function reference
Converts an integer to a Unicode character.

Char ( n )

Argument Description
n The integer you want to convert to a character

Data type: String
Returns the character whose code point value is n.

Example 1
This expression returns the character µ
Char(230)

Last modified: 23 May 2021

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment