Hello
In Clipper we can :
? "Test"
?? "Continue after test"
Now we have
oPrn:say(nrow,ncol,"test")
oPrn:say(nrow, ???? , "Continue after test")
How we know the column position ?
With courier new i have no problems , but with other fonts it seems that we have to know the width from each character.
Is it possible ?
Frank