Joined: 17 Jun 2005 Posts: 24 Location: South Africa
Posted: Tue Oct 31, 2006 5:52 pm Post subject: Amy - the multivalue handling set of functions
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
Joined: 17 Jun 2005 Posts: 24 Location: South Africa
Posted: Wed Dec 31, 2008 3:12 am Post subject: Note on DYNWRITEREC$
'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.
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 byBanPro NET