Hi Rodrigo Duarte Bruscain,
Facing a "Operator/Operand type mismatch" problem with FoxcodePlus
To reproduce this :
Start VFP9 and open the attached prg file.
modify command program1
* type any character and you will see the error.
* Line Number : 2892 showing error.
lnItemsFound = lnItemsFound + This.GetConstantsFromFile( lcFileH )
Loop
* I have changed like below :
Try
lnItemsFound = lnItemsFound + This.GetConstantsFromFile( lcFileH )
Catch
Endtry
Loop
Is above correct ?
Attachment is a prg and error image.
Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
Facing a "Operator/Operand type mismatch" problem with FoxcodePlus
To reproduce this :
Start VFP9 and open the attached prg file.
modify command program1
* type any character and you will see the error.
* Line Number : 2892 showing error.
lnItemsFound = lnItemsFound + This.GetConstantsFromFile( lcFileH )
Loop
* I have changed like below :
Try
lnItemsFound = lnItemsFound + This.GetConstantsFromFile( lcFileH )
Catch
Endtry
Loop
Is above correct ?
Attachment is a prg and error image.
Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
Image...