Jump to content

_ArrayDisplay header names?


Recommended Posts

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?

Link to comment
Share on other sites

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")

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...