Results 1 to 3 of 3

Thread: Questions on displaying data

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    West Florida
    Posts
    6

    Question

    Hello,
    I made a program in QUICKBASIC several years ago. It was
    a "time machine", in that when the user entered his date of birth, his age would be displayed, and also the current year. When any key was touched, the date would decrease by a year, as well as the age of the person. Key facts associated with that year would also appear.
    Right now I'm experimenting with decreasing the date.
    I can use a simple "for/next" loop and place the result in a label. But the "count down" isn't displayed, only the result. I can use the "print" command, and the decreasing numbers are displayed, but they go down a long column and then end.
    Anyhelp from someone out there would be greatly appreciated....

    Thanks,

    Richard



  2. #2
    Guest
    Just like QBasic, you can use the Cls command to clear the screen.

    Code:
    MyNum = MyNum + 1
    Cls
    Print MyNum

  3. #3
    Member
    Join Date
    Jul 2000
    Location
    Ontario, Canada
    Posts
    61

    Talking

    I don't get exactly what you mean send me you code and I will try to figure out your problem
    ---~^ Absalom ^~---

    There is nobody in the world who knows everything there is no one his/her workforce who knows everything what really makes the person smart is that he/she is not affraid to ask for help.

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