Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about openoffice-basic

Read more about openoffice-basic

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - openoffice-basic

Is there a way to count the number of actual replaces when using replaceAll in OO Basic?

Considering the example for search & replace of specific uk-to-us words from the Editing Text Documents OO Wiki: Dim I As Long Dim Doc As Object Dim Replace As Object Dim BritishWords(5) As String...
test-img

secarica

openoffice-basic

Votes: 0

Answers: 1

Latest Answer

As shown in the example at https://www.openoffice.org/api/docs/common/ref/com/sun/star/util/XReplaceable.html, the number found is returned. Dim TotalFound As Long TotalFound = 0 ... TotalFound = T...
test-img

Jim K

How to use Imports System.Xml in Open Office (Basic)?

Whenever I place Imports System.Xml above the rest of the code I get an error: BASIC syntax error. Expected: Sub. And when I place it inside any of the Subs I get another error: BASIC syntax error. Un...
test-img

oscark

xml

openoffice.org

basic

openoffice-calc

openoffice-basic

Votes: 0

Answers: 1

Latest Answer

From my google search, Imports System.Xml is for .NET technologies. Is StarBasic a .NET technology? No. You can create projects in C# or VB.Net that use LibreOffice's UNO API. Or maybe you want to kno...
test-img

Jim K

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved