Currently converting a program that was on a CR10X to run on a CR1000X. The program has been converted to CRBasic but when I complie it I get many errors and that is to be expected.
I have fixed many of the errors but this one is confusing me.
Error:
Line 629: Illegally dimensioned aliased name
Line 630: Illegally dimensioned aliased name
Source Code:
627 'These counters store the data from the pulse inputs P1 and P2.
628 Public PulseCounters(2)
629 Alias PulseCounters(P1)=EmergencyBtnPulse 'P1
630 Alias PulseCounters(P2)=MirrorWashPulse 'P2