AutoHotkey Community

It is currently May 22nd, 2012, 2:37 pm

All times are UTC [ DST ]


Search found 1 match
Search these results:

Author Message

 Forum: Scripts   Topic: [lib] SimpleArray - short & fast string array - v3.5

Posted: March 6th, 2010, 5:54 am 

Replies: 82
Views: 19744


Hello infogulch, I believe there is an error in your code for SA_Len. It fails to notice when an array is not declared. For example, take the following code: x := SA_Set(x, 1) x := SA_Set(x, 2) y := SA_Set(y, 3) MsgBox, % "Len(x)=" . SA_Len(x) . &quo...
Sort by:  
Page 1 of 1 [ Search found 1 match ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group