www.LBDownloads.com
Liberty BASIC (LBDownloads.com) File Depot
A place to share your Liberty BASIC files
FAQFAQ SearchSearch MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in


LBDownloads File Depot Guidelines

Amy - the multivalue handling set of functions

Post new topic Reply to topic Liberty BASIC (LBDownloads.com) File Depot Forum Index -> Open Source Projects
View previous topic :: View next topic
Author Message
Seani


Status: Offline

Joined: 17 Jun 2005
Posts: 24
Location: South Africa

PostPosted: Tue Oct 31, 2006 5:52 pm Post subject: Amy - the multivalue handling set of functions Reply with quote

v2.2 uploaded. Now has search functionality. This allows you to select records in your record folder and search.

Whati s Amy?
========
Amy is a set of functions that allow you to use string arrays that are 3d in nature. Field, value and subvalue. Basically its just easier to use for data storage for more complex data modelling projects. The only rub is its obviously slower than static arrays, but if you can find a way of making it run faster than present then please share

See this link http://www.lbdownloads.com/files/posting.php?mode=editpost&p=307 for more information. The download available here is pure LB code. See above link and download the file there for information sake only i.e in relation to syntax I use. The download there will no longer be updated.

29/12/2006 - 2.1 build released. Include delete record and some more
optimisations.

16/12/2006 - Available for download.

03/11/2006
-------------
Fixed DYNDEL$ code that had a bug. Please try all functions out and give me feedback. Thanks. Current release 2.00



Amy.zip
 Description:

Download
 Filename:  Amy.zip
 Filesize:  3.11 KB
 Downloaded:  284 Time(s)


_________________
I stand on the shoulders of giants to get a better view.
Back to top
View user's profile Send private message
Sponsor
Seani


Status: Offline

Joined: 17 Jun 2005
Posts: 24
Location: South Africa

PostPosted: Wed Dec 31, 2008 3:12 am Post subject: Note on DYNWRITEREC$ Reply with quote

'Do the following correction - The semi colon suppresses the carriage return

FUNCTION DYNWRITEREC(DIR$,RECID$,RECC$)
IF RECID$ <> "" THEN
OPEN DIR$+"\"+RECID$ FOR OUTPUT AS #FP1
#FP1,RECC; ' <----
CLOSE #FP1
RESULT = 1
ELSE
RESULT = 0
END IF
DYNWRITEREC = RESULT
END FUNCTION

_________________
I stand on the shoulders of giants to get a better view.
Back to top
View user's profile Send private message
Display posts from previous:
Post new topic Reply to topic Liberty BASIC (LBDownloads.com) File Depot Forum Index -> Open Source Projects All times are GMT - 5 Hours
Page 1 of 1


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum

LBDownloads.com and the LBDownloads File Depot hosting proudly sponsored by BanPro NET



Powered by phpBB © 2001, 2002 phpBB Group