DefCur Statement /text/sbasic/shared/03101110.xhp DefCur
DefCur statement

DefCur Statement

If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range.
Sub ExampleDefCur Print liquid, Typename(coinbit), VarType(money) ' Result is: 0.0000 Currency 6 cCur=Currency ' cCur is an implicit currency variable. End Sub
value='distro/collabora/cd-5.3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaassistant.hxx
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-03-04V813: Decreased performanceCaolán McNamara
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin