CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 1999
    Location
    Pasadena, CA - USA
    Posts
    351

    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

  2. #2
    Join Date
    Jul 1999
    Location
    Pasadena, CA - USA
    Posts
    351

    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

  3. #3
    Guest

    Re: Anyone remember GWBASIC???

    It might be a timer?


  4. #4
    Join Date
    Jul 1999
    Location
    Pasadena, CA - USA
    Posts
    351

    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
  •  





Click Here to Expand Forum to Full Width

Featured