Skip to Content
0
Former Member
Mar 24, 2006 at 05:16 AM

OLe-Insert a tabstop

21 Views

Hello everyone,

I inserted a Tabstop using the method:

CALL METHOD OF h_word 'FormatTabs'

EXPORTING

#1 = '1,25 cm'.

But how can I insert a Tab when I'm writing the text?

There is a method called 'NextTab()' but how do I use it?

E.g. when I insert "1.1 (tab) XYZ...".

Thank you!