Pascal

Moderators: None (Apply to moderate this forum)
Number of threads: 4095
Number of posts: 14004

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
help with ascii! :-[ Posted by ignaz on 24 Oct 2004 at 2:49 AM
I need to write something like..

"18:00 - inios"

How should I write that letter or similar..

This text encoding: Baltic(Windows)
Report
Re: help with ascii! :-[ Posted by li-zi on 24 Oct 2004 at 4:25 AM
: I need to write something like..
:
: "18:00 - inios"
:
: How should I write that letter or similar..
:
: This text encoding: Baltic(Windows)
:
The ASCII code of this symbol is 142.Use simply write(chr(142)); to print this symbol on the screen
Report
Re: help with ascii! :-[ Posted by cyljeffrey on 6 Nov 2004 at 11:22 AM
: : I need to write something like..
: :
: : "18:00 - inios"
: :
: : How should I write that letter or similar..
: :
: : This text encoding: Baltic(Windows)
: :
: The ASCII code of this symbol is 142.Use simply write(chr(142)); to print this symbol on the screen
:
i am now using turbo pascal 1.5 for windows and if i deal with this problem in this way,the symbol can not be shown on the screen and it becomes a strange charactor
Report
Re: help with ascii! :-[ Posted by li-zi on 7 Nov 2004 at 12:30 PM
: : : I need to write something like..
: : :
: : : "18:00 - inios"
: : :
: : : How should I write that letter or similar..
: : :
: : : This text encoding: Baltic(Windows)
: : :
: : The ASCII code of this symbol is 142.Use simply write(chr(142)); to print this symbol on the screen
: :
: i am now using turbo pascal 1.5 for windows and if i deal with this problem in this way,the symbol can not be shown on the screen and it becomes a strange charactor
:
what do you mean by this:"the symbol can not be shown on the screen".I am using turbo pascal 7.0 and it might be a bit different
Report
Re: help with ascii! :-[ Posted by cyljeffrey on 9 Nov 2004 at 7:41 AM
: : : : I need to write something like..
: : : :
: : : : "18:00 - inios"
: : : :
: : : : How should I write that letter or similar..
: : : :
: : : : This text encoding: Baltic(Windows)
: : : :
: : : The ASCII code of this symbol is 142.Use simply write(chr(142)); to print this symbol on the screen
: : :
: : i am now using turbo pascal 1.5 for windows and if i deal with this problem in this way,the symbol can not be shown on the screen and it becomes a strange charactor
: :
: what do you mean by this:"the symbol can not be shown on the screen".I am using turbo pascal 7.0 and it might be a bit different
:
i think the output should be GUI
do u know how to change it back to a normal display output?



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.