QB64.com

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore…

SAMPLES: DATA MANAGEMENT

Money

🐝 Microsoft 🔗 data management

Money manager by Microsoft.

MS Phone

🐝 Microsoft 🔗 data management

Simple phone directory by Microsoft.

Names

🐝 David Bannon 🔗 data management, dos world

’ NAMES.BAS by David Bannon ‘ Copyright (C) 1992 DOS Resource Guide ‘ Published in Issue #6, N…

ParseLine

🐝 Rho Sigma 🔗 data management, parsing

I guess every developer is sooner or later in need of such a parsing function: Doesn’t matter if …

Phone

🐝 Hardin Brothers 🔗 data management, dos world

’ ‘ PHONE.BAS by Hardin Brothers ‘ Copyright (C) 1992 DOS Resource Guide ‘ Published in Issue …

QB-NVentory

🐝 Nathan Thomas 🔗 data management

qbasic-nventory (i)nventory manager written in qbasic! This is a personal software project fro…

QCards

🐝 Microsoft 🔗 data management

A simple database using a cardfile user interface by Microsoft.

SplitJoin

🐝 luke 🔗 data management, split

Given a string of words separated by spaces (or any other character), splits it into an array of …