i am running lazarus 1.4 on win 32
this section of code worked smoothly on Delphi. and as so many of the old codes i worked with back then i figered this should....
StatusBar.Panels[sbpCursor].Text:= Format ('%D/%D',
[core.CaretPos.y+1, core.CaretPos.x=1];
all it dose is take the x/y postion on a richmemo and display in a panel on the status bar. but this kicks up a error about '%d/%d'