|
-
December 6th, 1999, 08:33 PM
#1
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
-
December 6th, 1999, 09:28 PM
#2
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
-
December 6th, 1999, 09:30 PM
#3
Re: Anyone remember GWBASIC???
-
December 6th, 1999, 09:35 PM
#4
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|