Yahoo India Web Search

Search results

  1. Jun 14, 2009 · The FAT32 drive runs it without problems. I made a short cut to the Desktop. Changed the properties as follows:-. Cmd line. C:\Qb45\QB.EXE /L. Working: C:\QB45. Run: Maximized. clicked - Close on exit. To run any other basic program I had to move them all to the Qb4.5 folder.

  2. But we need to get a format for that file that qbasic can read & write and the SQL updating program can read. And we'll probably also need a specific database tablename that the SQLupdating program can use. so all information should be entered with the Qbasic program and stored in the file.

  3. Jul 21, 2022 · Qbasic Lucky Sort Code. by rhemun »Fri Apr 24, 2020 12:10 am. 1 Replies. 532 Views. Last post byPeter Swinkels. Wed Sep 29, 2021 9:30 am.

  4. Jan 7, 2005 · 2. Doing a Save As, a misspelled word was entered in the path name. 3. Before saving, your path was altered in some manner, either unintentionally by you (remote possibility), or maliciously by others or by a virus. 4. Either QuickBASIC or your operating system (Windows or DOS) has one of its files corrupted.

  5. Sep 27, 2007 · Here’s a snippet. Pressing F1 will generate an interrupt diverting the program to the subroutine ‘trapkey’. ‘put this at the start of your program. ON KEY (1) GOSUB trapkey. KEY (1) ON. ‘and this at the end. trapkey: END. If you want to, you can trap the Escape key instead, but you have to define KEY (15) first.

  6. qbasic-forum.qbasic.netqbasic-related › timed-delay-t121Timed Delay -QuickBasic Cafe Forum

    Mar 6, 2003 · The TIMER device function does return the number of seconds since midnight/since boot, as you state. This example program times a delay of 5 seconds and then moves on: WaitTime!=5 :' (length of pause time in seconds) StartTime!=TIMER: 'store starting time. beep.

  7. Feb 9, 2005 · If you are working with QB 4.5 you can put in your Safe word and then ask the question:Put in your Safeword. In the next programsentence you control this word by asking :If word=word then continue or goto ..,if not then stop or end!

  8. Apr 22, 2008 · value$="&H"+char$. print val (value$);" = ";char$. next. 'basically anything below 32 is unprintable control characters. 'however, if it is asm code you show perhaps look at it with debug. You can then do decimal addition subtraction etc then convert the result. back to hexadecimal using hex$. Dragoncat.

  9. qbasic-forum.qbasic.netqbasic-related › mouse-program-t571qb 4.5 mouse program - QBasic

    Nov 16, 2007 · C>\QBasic > NOTEPAD Z.BAS. (where I edit the program, as I hate the IDE Editor) After saving, I do. C>\QBasic > QBasic /RUN Z. (which runs it in the IDE as if it were compiled) So when I venture to 4.5 (always because I am trying to understand someone's 4.5 problem) I migrate to the 45 directory and do.

  10. Jul 31, 2006 · you want to create a new variable and assign a value (let's say 291) to it so that: If Var1=3. Var31=291. If var1=18. Var181=291. and so on. Assuming Var1 is numeric, the obvious solution would be to use an array for the second variable and use the value of Var1 as the index. Eg: Var1=19: Var (Var1)=291.

  1. People also search for