Rounding (unusually)

2002-06-04 Thread Brendon Gearin
A little stuck on this.. I'd like to round a number the following way. 1.2 would round up to 2 1.9 would round up to 2 1.99 would still round to 2 Basically if its over the whole of the number it needs to go to the next whole number. Any ideas? Cheers Brendon [To remove yourself from this

Re: Importing comma delimited values from file.

2002-06-03 Thread Brendon Gearin
Thanks a bundle! I have many uses for that! Cheers Brendon - Original Message - From: "Colin Holgate" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 12:56 PM Subject: Re: Importing comma delimited values from file. > >But how do i create the array / list f

Importing comma delimited values from file.

2002-06-03 Thread Brendon Gearin
How would i go about importing a text file on a cd rom project with comma delimited values and making them as a list. Somewhat simliar to the Split() function in ASP for those that know it. Getting the file in i think i have these options.. A linked cast member pulling in the contents of a file G