How do I access "Uses CRT" in EZY pascal in order to use "gotoxy"?

0 votes
asked by about Dolphin Bay Software Ezy Pascal

I need to use the gotoxy in order to better organise the information on my screen. In all the video tutorials I see, "uses crt" is a prerequisite which must be first typed.

Whenever I type "Uses crt" I get definition part or begin expected.

How do I access the gotoxy feature in EZY pascal?

1 Answer

0 votes
answered by (91.1k points)

To access the "gotoxy" feature in Ezy Pascal, you need to include the "uses crt" before the program's definition part or begin section. Make sure you have correctly typed "uses crt" and placed it in the right location within your code.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...