Ekskluzywne funkcje VBA
LibreOfficeDev Basic dodaje ten zestaw funkcji, gdy obsługa VBA jest włączona
Te ekskluzywne funkcje VBA są włączone, gdy instrukcja Opcja VBASupport 1 zostanie umieszczona przed pierwszym makrem modułu LibreOfficeDev Basic.
Text functions
Zwraca wartość Unicode pierwszego znaku w wyrażeniu łańcuchowym.
Returns the Unicode character that corresponds to the specified character code.
Zwraca pozycję ciągu w innym ciągu, zaczynając od prawej strony łańcucha.
Zwraca ciąg znaków (String) z odwróconą kolejnością znaków.
Financial functions
Returns the depreciation of an asset for a specified period using the arithmetic-declining method.
Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).
Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.
Calculates the internal rate of return for an investment.
Calculates the modified internal rate of return of a series of investments.
Calculates the number of periods for a loan or investment.
Calculates the Net Present Value of an investment, based on a supplied discount rate, and a series of deposits and withdrawals.
Calculates the constant periodic payments for a loan or investment.
Zwraca za dany okres zapłatę kwoty głównej na inwestycję opartą na okresowych i stałych płatnościach oraz stałej stopie procentowej.
Zwraca Wartość bieżącą inwestycji wynikającą z serii regularnych płatności.
Returns the interest rate of a loan or an investment.
Returns the straight-line depreciation of an asset for one period. The amount of the depreciation is constant during the depreciation period.
Zwraca wskaźnik amortyzacji obniżający arytmetycznie.
Funkcje daty i czasu
Stosuje format daty i / lub czasu do wyrażenia daty i zwraca wynik jako ciąg.
The MonthName function returns the localized month name of a specified month number.
Funkcja WeekdayName zwraca nazwę dnia tygodnia z określonego dnia tygodnia.
Funkcje wejścia/wyjścia
Returns the open stream of an Input or Binary file (String).
Funkcje matematyczne
Funkcja Round zwraca liczbę zaokrągloną do określonej liczby cyfr.
Funkcje obiektowe