First time here? Check out the FAQ!
I want to create my function in LibreOffice Calc. How do i find text? I couldn't use "FIND()" and "SEARCH()" just like i use in Calc. Did libreoffice have build-in function to find text?
Thank You
Kenjiro43
UPDATE: When I call FIND i got error. They said function FIND didn't exist
For example:
Dim temp as Integer
temp=FIND("-","This-is string")
I got error
I use FIND() ...
=LEFT(A1, FIND(" / ", A1))
I've just used this function to create a clipped version of a description, truncating the text to the first ' / '.
LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!
Asked: 2012-09-14 12:24:26 +0200
Seen: 310 times
Last updated: Feb 23
why basic code ''ThisComponent.getCurrentSelection.formula" replaces comma with semicolon?
How can I call a DLL function with an array as an argument?
Calc chart "same" value date X axis
Instructions on how to connect to SharePoint 2010
VLOOKUP is giving me incorrect responses
Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Of course this is a mistake. In BASIC is written as: temp=InStr("This-is string","-")
JohnSUN ( 2012-09-14 17:10:12 +0200 )editWhere i can find references about libreoffice BASIC language?
Kenjiro43 ( 2012-09-14 17:26:01 +0200 )editHelp or very good book of Andrew Pitonyak - English Macro Document
JohnSUN ( 2012-09-14 17:51:57 +0200 )edit