home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri Kaikille K-CD 2002 #3
/
K-CD_2002-03.iso
/
OpenOffice
/
f_0046
/
sbasic.jar
/
text
/
sbasic
/
common
/
03070400.xml
< prev
next >
Wrap
Extensible Markup Language
|
2001-09-07
|
2KB
|
33 lines
<?xml version="1.0" encoding="utf-8"?>
<html><head><title>"/" Operator [Runtime]</title><meta name="filename" content="text/sbasic/common/03070400"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
p.P1{
}
span.T1{
font-weight:bold;}
</style></head><body>
<help:to-be-embedded Eid="division" xmlns:help="http://openoffice.org/2000/help">
<p class="Head1"><help:link Id="66511">"/" Operator [Runtime]</help:link></p>
<p class="Paragraph">Divides two values.</p>
</help:to-be-embedded>
<p class="Paragraph"><span class="T1">Syntax</span>:</p>
<p class="Paragraph">Result = Expression1 / Expression2 <help:key-word value="/" tag="kw66511_1" xmlns:help="http://openoffice.org/2000/help"/></p>
<p class="Paragraph"><span class="T1">Parameter</span>:</p>
<p class="Paragraph">Result: Any numerical value that contains the result of the division.</p>
<p class="Paragraph">Expression1, Expression2: Any numerical expressions to be divided.</p>
<p class="Paragraph"><span class="T1">Example:</span></p>
<p class="PropText">Sub ExampleDivision1</p>
<p class="PropText">Print 5 / 5</p>
<p class="PropText">End sub</p>
<p class="PropText"/>
<p class="PropText">Sub ExampleDivision2</p>
<p class="PropText">Dim iValue1 as Integer</p>
<p class="PropText">Dim iValue2 as Integer</p>
<p class="PropText">iValue1 = 5</p>
<p class="PropText">iValue2 = 10</p>
<p class="PropText">Print iValue1 / iValue2</p>
<p class="PropText">End Sub</p>
<p class="PropText"/>
</body></html>