lgnihlman Posted January 6, 2010 Posted January 6, 2010 I'm having trouble to change the header column names (Row, Col0,Col1 etc.) to something else. $aArray = _CSV2Array("C:\Program\AutoIt3\borep-stat.txt") _ArrayDisplay($aArray,"Statistik - borep",-1,0,"","|","Rad") The result is that only the Rad (row) column is displyed, the other Col0 to Col9 columns are gone. What am I missing here?
lgnihlman Posted January 6, 2010 Author Posted January 6, 2010 I'm having trouble to change the header column names (Row, Col0,Col1 etc.) to something else.$aArray = _CSV2Array("C:\Program\AutoIt3\borep-stat.txt")_ArrayDisplay($aArray,"Statistik - borep",-1,0,"","|","Rad") The result is that only the Rad (row) column is displyed, the other Col0 to Col9 columns are gone.What am I missing here?Stupid me, now I got it right._ArrayDisplay($aArray,"Statistik - borep",-1,0,"","|","Rad|Datum|Vatten")
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now