Jump to content

rshnGhost

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

121 profile views

rshnGhost's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks I solved it... _FileWriteFromArray ( $sFilePath, $aArray ,1 ,Default ,",") The makes the output file with delimiter as comma and also avoids printing row value and Column value at first list.
  2. Also it adds an extra line at the beginning of output file ie. Number of Rows | Number of Columns I also need to eliminate them too.
  3. I have script which reads data from a csv file whose delimiter is ,(comma) The read process is successful using _FileReadToArray(fileName, arrayName, ",") But while writing back using _FileWriteToArray(fileName, arrayName, ",") the delimiter is changed to |(or symbol) but I need ,(comma) as the delimiter. Kindly help me Thank you
  4. Edit is done with only privileged application with some kind of authentication. Any ways thanks
  5. Hi, I am new to AutoIt coding world. I would like to have you experts help to help me with a code which creates a file which cannot be copied. Script creates a file and any user should not be allowed to make its copies, but have permission to edit or delete. Thank you
  6. Hi, I am new to AutoIt coding world. I would like to have you experts help to help me with a code which creates a file which cannot be copied. Script creates a file and any user should not be allowed to make its copies, but have permission to edit or delete. Thank you
×
×
  • Create New...