CompuServe Messages

#Modula-2 problems

#: 37522 S7/ProgrammingForum unknown
    27-Oct-86 21:03:38
Fm: Jim Vogel 73177,441
To: Steve Faiwiszewski 74106,425

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

RE:pointers:Well i guess i'll have to find a copy of that, but I'm not a member of the devolpers network yet.How do I go about that?Guess I'll have to wait on this one. RE:Execute: You can specify both input and output filehandles, but when I do specify an output(which is the same as my input) it prints a CLI prompt (i.e. 5> ) and then locks up. I suspect this is do to the fact that my file (RAW:) has the keyboard, and is gettingthe keyboard commands, but not writing them to execute. Something like circular reasoning(and you know what kind of trouble that is!!!!).Oh well ,maybe TDI has an idea why this occurs (HELLO Les!!!). I do have some new questions, on the use of Control Sequence's.I can preform most of the Control Sequence's listed in ANSIConsole, by just writing CSI and then the control sequence. Write(ANSIConsole.CSI); Write(ANSIConsole.CUF); This will make the cursor go forward one pos. But how do you use CPR (cursor pos. report). I need to read my cursor pos. store it, and then come back to it.Have you by any chance used this? Sorry to ask so many questions, but no one in my area seems to know MOD-2, just C.Thanks for the help.