![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: DOORS 6.0 DXL Function stripRTFheaders Topic Summary: Created On: 5-Nov-2002 16:28 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Anyone know what the deal is with the function stripRTFheaders(string).
it is declared in the DXL Reference manual like this down below, but it does not exists: stripRTFheaders(string) Declaration string stripRTFheaders(string s) Operation Returns the content (including rich text markup) of the passed string with any font color or other RTF header information removed. Example Object o = current string str = o."Object Text" print stripRTFheaders(str) |
|
![]() |
|
![]() |
|
Same result here. It is supposed to be a new feature, but it seems it never made it into the release code.
------------------------- Gyan Penrose-Kafka Requirements Management Consultant gyan@zenmonkey.net |
|
![]() |
|
![]() |
|
I think it's called richTextFragment instead. See if that does what you want.
You'd need to say Object o = current string str = richText o."Object Text" print richTextFragment str in order to get rich text to work on. |
|
![]() |
|
![]() |
|
Thanks, Judith!
I see it is used in the DOORS 6 <standard/export/rtfexp.dxl>, but is not in the DOORS 6 manual. It does seem to do what "stripRTFheaders()" was supposed to do. ------------------------- Michael Sutherland michael@galactic-solutions.com http://galactic-solutions.com |
|
![]() |
|
![]() |
|
I asked support for an official definition of richTextFragment(), and they replied:
"This is interchangeable with the stripRTFheaders. Both do the same job and are used in the same way. For information on stripRTFheaders, see page 448 of the DXL manual." ------------------------- Michael Sutherland michael@galactic-solutions.com http://galactic-solutions.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
DOORS 6.0 DXL Function stripRTFheaders
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.