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
/
03100400.xml
< prev
next >
Wrap
Extensible Markup Language
|
2001-09-07
|
2KB
|
27 lines
<?xml version="1.0" encoding="utf-8"?>
<html><head><title>CDbl Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03100400"/><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="cdbl" xmlns:help="http://openoffice.org/2000/help">
<p class="Head1"><help:link Id="66532">CDbl Function [Runtime]</help:link></p>
<p class="Paragraph">Converts any numerical expression or string expression to a double type.</p>
</help:to-be-embedded>
<p class="Paragraph"><span class="T1">Syntax</span></p>
<p class="Paragraph">CDbl (Expression) <help:key-word value="CDbl" tag="kw66532_1" xmlns:help="http://openoffice.org/2000/help"/></p>
<p class="Paragraph"><span class="T1">Return value</span></p>
<p class="Paragraph">Double</p>
<p class="Paragraph"><span class="T1">Parameter</span>:</p>
<p class="Paragraph">Expression : Any string or numeric expression to be converted. When converting a string expression, the number must be entered as normal text ("123.5"). The number format is recognized according to your local settings.</p>
<p class="Paragraph"><span class="T1">Example:</span></p>
<p class="PropText">Sub ExampleCountryConvert</p>
<p class="PropText">Msgbox CDbl(1234.5678)</p>
<p class="PropText">Msgbox CInt(1234.5678)</p>
<p class="PropText">Msgbox CLng(1234.5678)</p>
<p class="PropText">end sub</p>
</body></html>