FutureBasic Logo

<<    Index    >> FutureBasic

ucs   function



Syntax
cfstring = ucs(uniChar)

Description
The ucs function returns a CFString consisting of the character with the unicode character code (uniChar).

Example

CFStringRef myChr = ucs( 65 )
print myChr // prints 'A'

See also
ucc; chr