Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Yet another Module question...
#10
Do it like this...

blah.bi:

Code:
COMMON SHARED map() AS STRING * 1

REDIM SHARED map(50, 50, 2) AS STRING * 1

blah.bas:

Code:
REM $INCLUDE: 'blah.bi'

You have to 'REDIM' the 'COMMON SHARED' array in every module. So you can just put the REDIM into the bi file and you get it.
B 4 EVER
Reply


Messages In This Thread
Yet another Module question... - by Rokkuman - 09-08-2003, 03:23 AM
Yet another Module question... - by Ninkazu - 09-08-2003, 03:31 AM
Yet another Module question... - by Rokkuman - 09-08-2003, 03:50 AM
Yet another Module question... - by Rokkuman - 09-08-2003, 04:47 AM
Yet another Module question... - by Agamemnus - 09-08-2003, 06:08 AM
Yet another Module question... - by Agamemnus - 09-08-2003, 07:20 AM
Yet another Module question... - by Rokkuman - 09-08-2003, 09:36 AM
Yet another Module question... - by ak00ma - 09-08-2003, 10:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)