The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Design Languages >> VHDL-AMS >> what is the meaning of CR and HT in Textio package
https://designers-guide.org/forum/YaBB.pl?num=1380720710

Message started by Milind Shende on Oct 2nd, 2013, 6:31am

Title: what is the meaning of CR and HT in Textio package
Post by Milind Shende on Oct 2nd, 2013, 6:31am

Hi all,

In the textio package of VHDL-AMS the part of the code reads as follows:
.
.
loop                              -- skip white space
                 read(l,c);
                 exit when ((c /= ' ') and (c /= CR) and (c /= HT));
           end loop;
.
. (For further reference the file is attached with this post)

I wonder ::) what is the meaning of CR and HT ?

thanks in Advance.
regards,
Milind.

Title: Re: what is the meaning of CR and HT in Textio package
Post by boe on Oct 2nd, 2013, 7:58am

Hi Milind,
Carriage Return & Horizontal Tab.
- B O E

Title: Re: what is the meaning of CR and HT in Textio package
Post by Milind Shende on Oct 7th, 2013, 6:18am

thanks BOE for the reply.
that was quite helpful.   :)
regards,
Milind.

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.