_____ _ ___ _ _ _
|_ _| |__ ___ / _ \ _ _| |_ ___ _ __| | (_)_ __ _ ___ __
| | | '_ \ / _ \ | | | | | | __/ _ \ '__| | | | '_ \| | | \ \/ /
| | | | | | __/ |_| | |_| | || __/ | | |___| | | | | |_| |> <
|_| |_| |_|\___|\___/ \__,_|\__\___|_| |_____|_|_| |_|\__,_/_/\_\
_/ _/ _/_/_/ _/_/_/ _/_/ _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ _/_/ Visual Basic for DOS _/ _/ _/ _/ _/ _/ _/ _/ _/ and QB45 tips, _/ _/_/_/ _/_/_/ _/_/ _/_/_/ tricks, and notes
TITLE | AUTHOR | IDE | SUMMARY |
Creating a list from a plain-text file | TheOuterLinux | VBDOS | Uses a DO WHILE NOT EOF(1) LOOP against a text file to add items to a list in VBDOS |
Checking if a file exists | TheOuterLinux | VBDOS | Uses LEN(DIR$("PATH\TO\FILE.TXT")) to check for file existence with VBDOS |
TextBox from plain-text file | TheOuterLinux | VBDOS | Copies text from a plain-text file to a text-box and accounts for new-lines. |
PROJECT | AUTHOR | IDE | SUMMARY |
Empty | Empty | VBDOS or QB45 | Empty |
TITLE | SUMMARY |
VBDOS Manual(?) | "NI-488.2 Function Reference Manual for DOS/Windows" |
WEBSITE | SUMMARY |
VBDOS Help Index | An unofficial version of the Visual Basic for DOS Help Index; still very much a work-in-progress. |
ZBasic (MANMRK) | This site page has a big collection of BASIC-related stuff |