![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 137 Pomógł: 0 Dołączył: 23.08.2008 Ostrzeżenie: (0%) ![]() ![]() |
Kod program rysowanie; uses crt; var x1,y1:longint;ss:string; procedure pisarz(x,y:longint;s:string); begin gotoxy(x,y); write(s); end; begin clrscr; write('podaj x y i s'); read(x1);read(y1);write('podaj s');read(ss); pisarz(x1,y1,ss); end. dlaczego nie wyczytuje zmiennej ss? |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 28 Pomógł: 4 Dołączył: 30.05.2008 Ostrzeżenie: (0%) ![]() ![]() |
Zamiast "read" spróbuj używać "readln" też tak mam u siebie i powinno zadziałać (IMG:http://forum.php.pl/style_emoticons/default/winksmiley.jpg)
|
|
|
![]() ![]() |
![]() |
Aktualny czas: 14.10.2025 - 23:03 |