Memory.BitNOT

string Memory.BitNOT ( 

string  Number )

Description

Bitwise NOT. You should be familiar with binary numbers when using this operator.

Parameters

Number

(string) Number that you want get its not.

Returns

(string) Return Bitwised numbers in string mode.

ResultVariable

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.

Example 1

num = Memory.BitNOT(1) Dialog.Message("", num)

Example 2

num = Memory.BitNOT("1") Dialog.Message("", num)

Example 3

num = Memory.BitNOT(50) Dialog.Message("", num)

See also:  Related Actions

Сайт управляется системой uCoz