Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 487 Bytes

File metadata and controls

28 lines (21 loc) · 487 Bytes

UniChr

Description

Returns the UTF-8 character corresponding to the specified Unicode code point.

FUNCTION UniChr(v : LONGINT): STRING;
def vs.UniChr(v):
    return STRING

Parameters

Name Type Description
v LONGINT A Unicode code point. The code point value must be in decimal (base ten).

See Also

VS Functions: Chr

Version

Availability: from Vectorworks 2018

Category