Calculates the length of a text string in axapta
strLen (Length of String)
info("int strLen(str text)");
info("Calculates the length of a text string.");
info("strLen(\"ABCDEFGH\") " + int2str(strLen("ABCDEFGH")));