Jump to content

Beta _ArrayDisplay delimiter problem


Recommended Posts

I am using the comand _ArrayDisplay under the latest beta, but when I use the copy selected button and past into notpad or excel the delimiter is not the defualt "|" instead I get "". :D

At last, after two thousand years of research, the illudium Q-36 explosive space modulator.Well, back to the old drawing board.

Link to comment
Share on other sites

I see that also.

I made a copy of the beta version of Array.au3 and changed one line:

If $sSeparator = "" Then $sSeparator = Chr(1) ;original

If $sSeparator = "" Then $sSeparator = Chr(124) ;changed

It worked as expected - you might want to make a bug report.

[size="1"][font="Arial"].[u].[/u][/font][/size]

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...