Martin kind of answered that above, but you could do like this:
static void commas(Args _args) { str stringWithCommas = 'Here, is a string with commas (,)'; info (strFmt("The string has %1 commas", strLen(strKeep(stringWithCommas, ',')))); }
Martin kind of answered that above, but you could do like this:
static void commas(Args _args) { str stringWithCommas = 'Here, is a string with commas (,)'; info (strFmt("The string has %1 commas", strLen(strKeep(stringWithCommas, ',')))); }