native
get_flags
Syntax
native get_flags(flags,output[],len);
Description
Converts sum of bits to string.
Example: 3 will return "ab".
native
native get_flags(flags,output[],len);
Converts sum of bits to string.
Example: 3 will return "ab".