forceUnicode
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Switches the mode of operation of the following commands to unicode: copyToClipboard, copyFromClipboard, select, count, in, find, splitString, trim and reverse.
Syntax
- Syntax:
- forceUnicode mode
- Parameters:
- mode: Number - Mode of operation, can be:
- -1 - off
- 0 - on until end of script
- 1 - on until next compatible command
- Return Value:
- Anything
Examples
- Example 1:
-
copyToClipboard "д"; // Copies "д" to clipboard forceUnicode 1; copyToClipboard "д"; // Copies "д" to clipboard
Additional Information
- See also:
- copyToClipboardcopyFromClipboardselectcountinfindsplitString reverse
- Groups:
- Strings