Re: Missing Tab function in OpenOffice BASIC

2022-08-08 Thread Carl Marcum
Hi Czesław and All, On 8/8/22 12:23 PM, Czesław Wolański wrote: Hi Carl, user-defined function "StarBasicTab" Function StarBasicTab(x As Long) As String StarBasicTab = Tab(x) End Function Calc does not display HT (ASCII 09) in the cell. Testing: Cell A2: 1 Cell B2: =StarBasicTab(A2)

Re: Missing Tab function in OpenOffice BASIC

2022-08-08 Thread Czesław Wolański
Hi Carl, user-defined function "StarBasicTab" Function StarBasicTab(x As Long) As String StarBasicTab = Tab(x) End Function Calc does not display HT (ASCII 09) in the cell. Testing: Cell A2: 1 Cell B2: =StarBasicTab(A2) cell C2:=REPT(UNICHAR(9);A2) cell D2: =(B2 = C2) See the

Re: Missing Tab function in OpenOffice BASIC

2022-08-08 Thread Matthias Seidel
Hi Carl, Am 08.08.22 um 00:41 schrieb Carl Marcum: > Hi Matthias, > > On 8/7/22 5:10 PM, Matthias Seidel wrote: >> Hi Carl, >> >> Am 07.08.22 um 22:36 schrieb Carl Marcum: >>> Hi Matthias and all, >>> >>> On 8/7/22 10:08 AM, Matthias Seidel wrote: Hi, Damjan added the missing Tab

Re: Update french version for XrayTool

2022-08-08 Thread Matthias Seidel
Hi, Am 07.08.22 um 20:34 schrieb Bidouille: > Hello > Actually on this page, XrayTool is a german version: > https://www.openoffice.org/fr/Documentation/Basic/ > > Someone with suffisient karma can be upload the french version located here: >