[WD 28] TitleHeader May 27, 2023 06:09PM |
Admin Registered: 5 years ago Posts: 468 |
Re: [WD 28] TitleHeader May 27, 2023 06:30PM |
Admin Registered: 5 years ago Posts: 269 |
Re: [WD 28] TitleHeader May 27, 2023 06:54PM |
Admin Registered: 5 years ago Posts: 269 |
sTextInRTF is string sTextInRTF = TextToRTF("WINDEV is a great tool" + CR + ... "The development is child's play") // sTextInRTF contains the string with the RTF tags: // {\rtf1\ansi\ansicpg1252\deff0{\fonttbl // {\f0\froman\fcharset0 Times New Roman;} } // {\*\generator WDTRAD 1.0;} // {"WINDEV is a great tool\line // Development is child's play} } MySelf..Caption = sTextInRTF
Re: [WD 28] TitleHeader May 28, 2023 07:13AM |
Admin Registered: 5 years ago Posts: 468 |
Re: [WD 28] TitleHeader May 28, 2023 08:35AM |
Admin Registered: 5 years ago Posts: 468 |