Jul 18
Do you have a function that clears the fields used by a record?
FUNCTION DBCLEAR(db) LOCALS t1,t2,t3 DO
COPY FILE=db+”.conf” TS=”,” TO t1 /COPY
FOR NAME=t1 ROWNAME=t2 DO
t3=t2[1]
@t3=”"
/FOR
RETURN “” /RETURN
/FUNCTION
Leave a Reply
You must be logged in to post a comment.
Recent Comments