Anyone remember GWBASIC???
Hi,
I'm trying to convert a GWBASIC program in to a C++ program. For the most part, it isn't as bad as I thought it would be. However, there are some statements that I don't understand. I know this is a VB forum, but there must be someone here who can tell me what the following statement does. I know it must be simple thing!
TIM(7,128)
Thanks,
Paul...
Regards,
Paul Belikian
Re: Anyone remember GWBASIC???
OK,
When I saw the complete line it made all clear...
20005 DIM CODCONV(16), TIM(7,128)
Thanks to those who would have helped.
Regards,
Paul Belikian
Re: Anyone remember GWBASIC???
Re: Anyone remember GWBASIC???
Yes, you're very close. It is a 7x128 array. 1-7 being the days of the week...still trying to figure out
what the 128 relates to in each day...
Thanks for your reply.
Regards,
Paul Belikian