assign(save,'C:/x.txt');

I have seen this, but when i use this line, i get 'identifier not found "save"'

What am i suposed to do to save a file?

assign(save,'C:/x.txt');

I have seen this, but when i use this line, i get 'identifier not found "save"'

What am i suposed to do to save a file?

save should be an variable of textfile type.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.