EUO2Type
Method converts EasyUO-style Type to Stealth type.
EUO contains letters and numbers in uppercase.
If convertation failed - result is 0.
Pascal
function EUO2Type(EUO : String) : Word;
Python method not implemented.
Method converts EasyUO-style Type to Stealth type.
EUO contains letters and numbers in uppercase.
If convertation failed - result is 0.
Pascal
function EUO2Type(EUO : String) : Word;
Python method not implemented.