Modeling in integers: exporting from excel to BASIC

2006-05-31 Thread Heather Hawk
I have a large set of data that I've been working with using various stat programs that import ASCII values from excel spreadsheets, like PC-ORD and JMP, but I'm trying to write a program for modeling in programs that only accept values in integer form, like BASIC. Does anyone know a relativel

Re: Modeling in integers: exporting from excel to BASIC

2006-06-01 Thread William Silvert
TECTED]> To: Sent: Wednesday, May 31, 2006 5:15 PM Subject: Modeling in integers: exporting from excel to BASIC >I have a large set of data that I've been working with using various > stat programs that import ASCII values from excel spreadsheets, like > PC-ORD > and JMP, but I&#x

Re: Modeling in integers: exporting from excel to BASIC

2006-06-01 Thread Michael Fuller
Heather, Could you please provide more information on why you need to convert your data to integers? If you need integer data because you are using an older dialect of BASIC, have you considered using one of the newer dialects that have a floating point data type? Otherwise there are severa

Re: Modeling in integers: exporting from excel to BASIC

2006-06-01 Thread Tom Mosca III, Ph.D.
ill cause the data to be inputed out of order unless some protection is built into the code. Be very careful that what you get is what you expect. Take care, Tom Original message >Date: Thu, 1 Jun 2006 09:26:35 -0400 >From: Michael Fuller <[EMAIL PROTECTED]> >Subject: