trying to store multiple values in variable something like this
Local $iLines = [[$iLine1],[$iLine2],[$iLine3],[$iLine4],[$iLine5]]
Local $Replace = ""
_FileWriteToLine ( $sFilePath, $iLines, $Replace, 1 )
I need it to delete the code on the line numbers
can anyone help me with this
thanks guys