You've already forked lazarus-ccr
fpspreadsheet: Fix range overflow if formula contains integers > 65535
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4619 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -202,7 +202,7 @@ type
|
||||
Sheet, Sheet2: Integer; // zero-based
|
||||
SheetNames: String; // both sheet names separated by a TAB character (intermediate use only)
|
||||
DoubleValue: double;
|
||||
IntValue: Word;
|
||||
IntValue: Int64;
|
||||
StringValue: String;
|
||||
RelFlags: TsRelFlags; // info on relative/absolute addresses
|
||||
FuncName: String;
|
||||
|
Reference in New Issue
Block a user