Jump to content

csv Problems after update


Recommended Posts

Hi,

I have updated to Version 3.1

Now, a lot of my ahk Code has error!

How can I use this code with autoIt 3 ???

Loop, Read, FileName.csv,

{

Loop, Parse, A_LoopReadLine, `;

{

if A_Index = 3

{

Field3 = %A_LoopField%

msgbox %Field3%

}

}

}

This code works fine with ahk (older Version) but not wit 3.1!

Is there a possibility to check code with SciTE or to convert from ahk to ah3

Thanks all

Uwe

Link to comment
Share on other sites

  • Developers

Hi,

I have updated to Version 3.1

Now, a lot of my ahk Code has error!

How can I use this code with autoIt 3 ???

-snip-

This code works fine with ahk (older Version) but not wit 3.1!

Is there a possibility to check code with SciTE or to convert from ahk to ah3

Thanks all

Uwe

Uwe, sounds like you're a somewhat confused ...

There is NO upgrade from AHK to AutoIt3. AHK is totally different product which is based on AutoIt2 syntax.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Thanks,

yes I am a bit confused now!

OK! That means Autoit2 is an older Version than AutoIt3?

Or, which one is better? Where is the difference?

But the manufacturer is the same?

Thanks ... :D

Link to comment
Share on other sites

OK! That means Autoit2 is an older Version than AutoIt3?

Yes. See here: http://www.autoitscript.com/AutoIt/

Or, which one is better?

That is a matter of opinion and probably need not be debated in a forum dedicated to AutoIt.

Where is the difference?

There are "different differences" depending upon which version of AHK you wish to compare to AutoIt V2.

But the manufacturer is the same?

There is no manufacturer for either "product". See the home page: http://www.autoitscript.com/

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

Link to comment
Share on other sites

  • Developers

OK! That means Autoit2 is an older Version than AutoIt3?

Correct.

Or, which one is better? Where is the difference?

AutoIt3 is better and lots more capabilities but a totally renewed syntax.

But the manufacturer is the same?

manufacturer :D yes its pretty much the same developers plus some other contributors.

now the key here is that AHK is "developed" by somebody else who used the AutoIt2 source and started building AHK.... so AHK file will NOT work with any autoit release.

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Hi,

thank you very much!

Is there a german forum for autoit v3?

Uwe :D

Have a look Here


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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