I know dimOf only can be used with primitive values, so what can I use to get the length of a string array to make this dynamic?
for (i = 0; i <= dimOf(ClockNums); i++) {
switch (_Activity) {
case 'Add': Valid ="ADD"; break;
case 'Delete': Valid ="DELETE"; break;
case 'Update': Valid ="UPDATE"; break; }
}
*This post is locked for comments