Void AssignUnicode ( const ushort *s )

From FM Plugin Wikipedia
Jump to: navigation, search

Assigns the specified text to a FileMaker TextAutoPtr from a ushort string of characters.


static const ushort mytext[5] = { 0x0041, 0x0042, 0x0043, 0x0044, 0x0000 };

fmx::TextAutoPtr	  origText;
origText->Assign( mytext );