Click to See Complete Forum and Search --> : Anyone remember GWBASIC???


Paul Belikian
December 6th, 1999, 07:33 PM
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

Paul Belikian
December 6th, 1999, 08:28 PM
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

December 6th, 1999, 08:30 PM
It might be a timer?

Paul Belikian
December 6th, 1999, 08:35 PM
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