Home › Forums › HTBasic Forum › Problem with HTBasic 10.1 › Reply To: Problem with HTBasic 10.1
Hi Coreyk,
I just found another bug few days ago and still giving me a headache.
Createdatafile: ! STORE DATA ON DISK
! FOR C=2 TO 25 !
! PRINT TABXY(10,C),” ” !
! NEXT C !
PRINTER IS CRT !
PRINT TABXY(10,12),” PREPARING DATA FILE “,Lotidnum$ ! DNC
! MASS STORAGE IS “:,720,1″ ! DNC
CONFIGURE MSI ON ! DNC
PRINT TABXY(10,12),” PREPARING DATA FILE ” ! DNC
! CONFIGURE MSI “:,720,1” TO “C:\Users\Production\Desktop\Data_Production” ! DNC
CONFIGURE MSI “:,720,1” TO “C:\Users\hsuavita\Desktop\Data_Engineering”
! CREATE “C:\Users\Production\Desktop\Data_Production\”&Lotidnum$&”.txt”,256 ! DNC
CREATE “C:\Users\hsuavita\Desktop\Data_Engineering\”&Lotidnum$&”.txt”,256
! ASSIGN @File TO “C:\Users\Production\Desktop\Data_Production\”&Lotidnum$&”.txt”;FORMAT ON ! DNC
ASSIGN @File TO “C:\Users\hsuavita\Desktop\Data_Engineering\”&Lotidnum$&”.txt”;FORMAT ON
PRINT TABXY(10,12),” OPERATION COMPLETE… PROCESS PRODUCT ” ! DNC
Store=1 ! DNC
RETURN
I cannot create a txt file to a local folder when I used to do it, can you look at this code for any suggestions please?