I have only a handful of global variables defined in my PowerBuilder application. I recently tried to define 2 global arrays and everytime I do that and run the application it just crashes. As soon as I remove the declarations it is fine. Here is what I am doing:
Long gl_test1[]
Decimal{2} gdec_test2[]
I have one day lost to this problem already in a project I don't have any time to waste. Will appreciate if anyone can help me with this.
Thanks,
unackvi
Long gl_test1[]
Decimal{2} gdec_test2[]
I have one day lost to this problem already in a project I don't have any time to waste. Will appreciate if anyone can help me with this.
Thanks,
unackvi