For some unknown reason i'm getting Type Mismatch for my following function.
I know that the GetNumbers returns the GE price just fine however it won't convert it. Even doing int('100') gives me a mismatch.Code:function getPriceGE() : integer; var textCols: TIntegerArray; begin textCols := [6400255]; //Result := int('100'); << also fails Result := int(GetNumbers(GetTextAtExWrap(312, 184, 423, 198, 0, 1, 1, textCols[0], 0, UpCharsEx))); end;
Any help would be appreciated![]()


Reply With Quote




