When creating a win32 app from my PowerPC G5 Mac (using the PowerPC
version of 2007r1), app.stagecode = -1 on Windows 98.
Problem occurred because I had the following code:
dim sa() as string
dim ss as string
sa = new Array("d","a","b","fc")
ss = sa(app.stagecode) '<-- OutOfBoundsException... app.stagecode = -1
Anyone had any experience with this?
Greg
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>