| Date: | Sat, 31 May 1997 02:53:44 GMT |
| Reply-To: | Keith Brown <kbrown@ARLINGTON.NET> |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | Keith Brown <kbrown@ARLINGTON.NET> |
| Organization: | StarText department of the Fort Worth Star Telegram |
| Subject: | Re: convert char to numeric.. |
|---|
Check out the INPUT function (NOT the input STATEMENT). Example:
num1=INPUT( string1,3.);
where string1 is a 3 byte string, "3." is the informat to "read" it
with.
On 30 May 1997 18:04:37 GMT, miriam@clark.net (satori..MSLO) wrote:
>can anybody tell me how to convert a char string to a numeric variable?
>thanks
>
>miriam@clarknet.com
|