IMPORT - EXPORT statements

shafee212

Member
Can i write a import statement on export..
Example :
define variable as character format "x(500)" .
output to "ABC.txt".
for each pt_mstr no-lock :
import a export pt_mstr .
end.
output close.
 

israelm

New Member
I got it, to remove it just use:
Code:
OS-DELETE VALUE("C:\miFile").

Is there a way to search for a specific line into a txt file using Progress?

Regards!
 
Top