About 3,110,000 results
Open links in new tab
  1. GotoXY - Free Pascal

    GotoXY positions the cursor at (X,Y), X in horizontal, Y in vertical direction relative to the origin of the current window. The origin is located at (1,1) , the upper-left corner of the window. Errors

    Missing:

    • Square

    Must include:

  2. pascal :GotoXY problem

    Sep 29, 2016 · program go_to_xy; // Name of the program. uses crt; // uses clause, we need crt, there is more units.... var // Now we need variables. x,y:byte; // declare variables for …

    Missing:

    • Square

    Must include:

  3. gotoxy - Pascal in the workplace | Tek-Tips

    Oct 30, 2002 · Use Gotoxy procedure to move to (X,Y) coordinates in text mode. Your monitor has (usually in text mode) 80 columns x 25 lines. Each character is printed in one of the …

    Missing:

    • Pascal Programming

    Must include:

  4. drawing in pascal | DaniWeb - DaniWeb Community

    im trying to draw a box using gotoxy and fucntions. this is what i have at the moment, but dont know what to do next to complete it: gotoxy(x1,y1); write('.'); gotoxy(x2,y2); write('.'); …

  5. GotoXY - Delphi Pascal wiki - trsek.com

    GotoXY is provided for compatibility with the Crt unit for DOS. {Sample code for the GotoXY procedure.} GotoXY(10,10); Writeln('Hello'); end.

    Missing:

    • Square

    Must include:

  6. Lesson 6: Positioning - Mr. Chau's Clubhouse

    Create a program that displays an image that you created using zeros or symbols. You must use the GotoXY function to position and create your shape. Out of 5 marks.

  7. gotoxy command got skipped in pascal - Stack Overflow

    Oct 26, 2023 · I'm working on a school assignment. In line 87 and down, the gotoxy didn't work but the code does. Here's the cropped part of the code. gotoxy(32,24); write('

    Missing:

    • Square

    Must include:

  8. Free Pascal Program Tutorial 19 - Gotoxy Screen Location

    May 13, 2012 · Gotoxy places the text cursor at a position on the screen. This allows the computer to w...

    Missing:

    • Square

    Must include:

  9. Cursor position in TMemo like "gotoxy" - Free Pascal

    Jun 28, 2022 · Initialize the memo with the needed amount of strings filled with spaces (#32)

    Missing:

    • Pascal Programming

    Must include:

  10. GotoXy in terminal (crt) (Linux, FPC 3.2)

    Oct 27, 2021 · Free Pascal » General (Moderators: FPK, Tomas Hajny) » GotoXy in terminal (crt) (Linux, FPC 3.2) Free Pascal Website Downloads Wiki Bugtracker Mailing List Lazarus …

    Missing:

    • Square

    Must include:

Refresh