i made this in mpl and it's not doing anything.
if cr.available then cr.available := false else
if not cr.available then cr.available := true
fwriterec(f,cr);
fclose(f);
i made this in mpl and it's not doing anything.While we can work to get your program working, it will not allow you to update the available flag as that is stored in memory. It is only on
if cr.available then cr.available := false else
if not cr.available then cr.available := true
fwriterec(f,cr);
fclose(f);
disk for read purposes for external programs.
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 201:26:49 |
Calls: | 2,083 |
Calls today: | 1 |
Files: | 11,139 |
Messages: | 947,946 |