ObjectIds
Source function commaList(LinkedList ids) returns string
Source
Consumes the provided list, producing a string joined by ','.
function commaList(LinkedList ids) returns string
Source
Consumes the provided list, producing a string joined by ','.
function commaList(vararg integer ids) returns string
Source
function commaList(vararg string values) returns string
Source
function fromRawCode(string value) returns int
Source
converts a 4-letter id code to an integer
function string.fromRawCode() returns int
Source
function toRawCode(int value) returns string
Source
Convert a integer id value into a 4-letter id code.
function int.toRawCode() returns string
Source