is there a way to like writeln but scar creates a txt document and saves it some where?
thanks
is there a way to like writeln but scar creates a txt document and saves it some where?
thanks
SCAR Code:Procedure SafeReport;
var
SaveFileCreate: TStringList;
Begin
SaveFileCreate := TStringList.Create;
SaveFileCreate.Add('hello');
SaveFileCreate.Add('save me plz');
If Not SaveToFile(SaveFileCreate, AppPath +'hello.txt') Then
WriteLn('Could not save your report.')
Else
WriteLn('saved your file!');
End;
btw: AppPath = C:\ProgramFiles\Scar 3.15\hello.txt
thank you for that
I have a runescape account named shade42... oops i said that outloud.
~ Metagen
There are currently 1 users browsing this thread. (0 members and 1 guests)