RE: [U2] [ud] UniObjects Dynamic Array Type Mismatch only in .ex e

2004-08-24 Thread Burwell, Edward
Jef, Thanks! That worked, however, the size of the .exe went from 28K to 16K when I compiled to P-Code. Does this mean the app will run slower? Faster? The Same? Thanks Ed -Original Message- From: Jef Lee [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 9:30 PM To: [EMAIL

RE: [U2] [ud] UniObjects Dynamic Array Type Mismatch only in .ex e

2004-08-24 Thread Jef Lee
I don't think ours suffered from speed issues. It was so long ago and we did what we had to to keep the project alive. The problem you had arises from accessing a dynamic array value more than once in a statement. If you are in your application's infancy, you can use local variable. Instead