mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
29 lines
1.4 KiB
HTML
29 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>TRUE funkcija</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>TRUE funkcija</h1>
|
|
<p>Funkcija <b>TRUE</b> je jedna od <a href="../UsageInstructions/InsertFunction.htm#logical" onclick="onhyperlinkclick(this)">logičkih funkcija</a>. Funkcija vraća TRUE i <b>ne</b> zahteva nijedan argument.</p>
|
|
<h3>Sintaksa</h3>
|
|
<p><b><em>TRUE()</em></b></p>
|
|
<h3>Napomene</h3>
|
|
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> funkciju <b>TRUE</b>.</p>
|
|
|
|
<h3>Primeri</h3>
|
|
<p>Slika ispod prikazuje rezultat koji vraća funkcija <b>TRUE</b>.</p>
|
|
<p><img alt="TRUE funkcija" src="../images/true.png" /></p>
|
|
</div>
|
|
</body>
|
|
</html> |