Here is segment of code that saves the info.
SUB putfile (file$(), currentfile, licenumb)
DIM F$(10)
OPEN "R", 1, "DOGFILE.DAT", 354
FOR A = 1 TO 10: FIELD 1, (A - 1) * 35 AS NULL$, 35 AS F$(A): NEXT
FIELD 1, 350 AS NULL$, 4 AS NUM$
A = LOF(1) / 354 + 1
IF currentfile = 0...
Well, if you want i can e-mail you my program, i'm not sure how to do this. E-mail me at jonathan_ku@hotmail.com and i'll e-mail you my code. Thanks
Jonathan
Ok, here is the problem, i have this program that saves some info. Later, i will need to search by the person's name, but i don't know how to search the saved info for the name. If anyone has any ideas, that would be helpful. Thanks.
J.G.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.