Hi
I'm trying to declare an array in a formula field, but I can't seem to get the syntax correct. Here's what I've got:
NumberVar MonthLookup := MakeArray[0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
which raises an error saying there is a ']'missing.
Thanks in advance
I'm trying to declare an array in a formula field, but I can't seem to get the syntax correct. Here's what I've got:
NumberVar MonthLookup := MakeArray[0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
which raises an error saying there is a ']'missing.
Thanks in advance