Search found 2 matches

by Tango33
Fri Aug 26, 2022 9:12 pm
Forum: BASIC programs
Topic: A direct access database system
Replies: 54
Views: 35774
Flag: Great Britain

Re: A direct access database system

Hi Thanks for the info on Split. Perhaps my iPad code failed as split not supported.

I will need to figure out some code using other functions that replicates it. Seems it just chops up the contents of a string at a chosen interval with a specified seperator if I understand correctly.
by Tango33
Thu Aug 25, 2022 9:53 pm
Forum: BASIC programs
Topic: A direct access database system
Replies: 54
Views: 35774
Flag: Great Britain

Re: A direct access database system

I tried to run this code for the simple ISAM database you posted earlier. I am trying to run it on an Ipad. It didn't work as it could not find the file which the program should create. Ideally I would prefer a random access flat file along the line of version 2. But maybe I am wasting my time tryin...