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