Home | Notes | Languages | Programs | Homework |
Re: Converting string to int |
David Tuell (dtuell@VT.EDU)
Sat, 22 Sep 2001 15:02:16 -0400
Message-ID: <000701c14399$18aa3630$cd4e52c6@y2sky> Date: Sat, 22 Sep 2001 15:02:16 -0400 From: David Tuell <dtuell@VT.EDU> Subject: Re: Converting string to int
There is a Val() function that performs this operation. Check the Free
Pascal reference manual.
----- Original Message -----
From: "Jason Convry" <jconvry@VT.EDU>
To: <CS3304_91312@LISTSERV.VT.EDU>
Sent: Saturday, September 22, 2001 2:46 PM
Subject: [CS3304_91312] Converting string to int
> How do you convert a string (or char) to an int, and vice versa?
>
> Also, is there a way to check if a character is a number or letter?
>
> Thanks
Home | Notes | Languages | Programs | Homework |