I am trying to put together a short program to build a script file.
I declare the file as:
Uses sysutils;
{$H+I-}
Var
SFile : Text;
I then assign a name to the file :
Assign(SFile, SName);
Now, I only want to create the file if some conditions are met. Since
this is in a loop I thought I cou
On 10/25/16, Rolf Grunsky wrote:
> If (SFile.Mode = fmClosed) Then Rewrite(SFile);
Maybe cast SFile to TextRec(SFile)?
Bart
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
El 25/10/2016 a las 3:56, Lars escribió:
If you want to test it I can provide .exe or source code, but do not
expect it to translate anything far than some trivial functions.
Do you have github account... or sourceforge, I think a few other people
may find it useful...
Hello,
No sorry, no gi
Have any blind programmers managed to make use of the Lazarus IDE or the FPC
command line to write interactive software that will run on the Windows7,
64-bit platform?
I am blind, a retired software developer now able to make use of two
screen-reading software packages, neither of which I have