Clear DB Record

HTML/OS Add comments

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.

WebSite Powered by webHauser
Entries RSS Comments RSS Login