You've already forked lazarus-ccr
fpspreadsheet: Move rpn stuff from fpspreadsheet.pas to a new unit fpsRPN.pas. Move translatable strings from fpspreadsheet.pas to a new unit fpsStrings.pas. Make sure that all demos still run in the new environment.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3572 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -499,6 +499,9 @@ function ParseCellString(const AStr: String; out ACellRow, ACellCol: Cardinal;
|
||||
end;
|
||||
if AStartPos = 1 then Include(AFlags, rfRelCol);
|
||||
|
||||
if i > Length(AStr) then
|
||||
exit;
|
||||
|
||||
isAbs := (AStr[i] = '$');
|
||||
if isAbs then inc(i);
|
||||
|
||||
|
Reference in New Issue
Block a user