Jump to content

doerak88

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by doerak88

  1. Thanks, this is working fine!! many thanks.
  2. Hi All, first of all I'm new and searched for my 'problem'. I read a csv file like 2st 2records: object, 0.0 , 0.0 , 0.0 ," 173,783.0 "," 165,088.0 "," 8,695.0 ", N/A ," 173,783.0 " object, 0.0 , 0.0 , 0.0 ," 10,392.0 "," 5,386.0 "," 5,006.0 ", N/A ," 10,392.0 " I use: dim $Array _FileReadToArray($location_dest & $File, $Array) For $x = 2 to $Array[0]-1 $ArraySplit = StringSplit($Array[$x], ",") to read the file and split each record in separate variables the problem is that eg the variable " 173,783.0 " is split into " 173 and 783.0 " so for this field the comma is part of the variable not the fieldseparator. Is there a 'solution' or 'workaround' for this Thanks
  3. 2007-05-27 14:18:47 : ********** New Registry ************ 2007-05-27 14:18:47 : AutoIt Screen Name> a 2007-05-27 14:18:47 : AutoIt Member Number> 1 2007-05-27 14:18:47 : User Location> a 2007-05-27 14:18:47 : ********** End Registry ************ 2007-05-27 14:18:47 : Ver 1.3.0 2007-05-27 14:18:47 : 2007-05-27 14:19:04 : ********** Exam Level One ************ 2007-05-27 14:19:04 : Number of Attempts> 1 2007-05-27 14:19:04 : Exam Scores> 100 ( 100 Points Max ) 2007-05-27 14:19:04 : Accumulated Errors> 0 2007-05-27 14:19:04 : Point Score> 332 ( 333 Points Max ) 2007-05-27 14:19:04 : ********** End Exam Report ************ 2007-05-27 14:19:04 :
×
×
  • Create New...