mt_window_common% (AREV Specific)
At 03 NOV 1997 04:21:50PM Aiden Massey wrote:
Subroutine called from a window (post read) gives me the following error message
non dimensioned variable used as an array
The line with the problem is the window common
wc_joindata%(2,10)
Changing to common wc_joindata% fixes the problem
Arev 3.12. Modified window and subroutine ok before changes.
At 09 NOV 1997 11:36AM Aaron Kaplan wrote:
Do you mean to use MT_WINDOW_COMMON%? MT_WINDOW_COMMON% and WINDOW_COMMON% are not compatible. The cannot be used in the same subroutine interchangably.
apk@sprezzatura.com