Jump to content

example of output selection to excel


Recommended Posts

user1 DETUSERID1

user2 DETUSERID2

is the excel cells - row1,col1=user1, row2,col1=user2

my code for input to the combobox =

Code

GeSHi (autoit):

Dim $sStr2 = ''

For $i = 1 To $aArrayUSER[0][0]

For $j = 1 To $aArrayUSER[0][1]

If $aArrayUSER[$i][$j] <> "" Then

$sStr2 &= $aArrayUSER[$i][$j] & '|'

Next

Next

$sStr2 = StringTrimRight($sStr2, 1)

Edited by SmOke_N
removed links
Link to comment
Share on other sites

  • Moderators

Two topics merged on same program ... with as many posts as you just made, I certainly hope your account status doesn't go away quickly with this type of spamming.

Keep the topics to a minimum if you can.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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