From 6614bedceadcc07ec082c5e926107f27903bda5c Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 25 Jan 2016 20:07:10 +0100 Subject: fix validation errors by round-trip through helpauthoring extension lots of missing attributes "id" and "xml-lang" (extension patched to keep bascode tag) Change-Id: I9c5600b6fa133a6b1062803eadb976e043db7a4a --- source/text/sbasic/shared/03101140.xhp | 83 +++++++++++++++++----------------- 1 file changed, 42 insertions(+), 41 deletions(-) (limited to 'source/text/sbasic/shared/03101140.xhp') diff --git a/source/text/sbasic/shared/03101140.xhp b/source/text/sbasic/shared/03101140.xhp index da3e412494..86b0ef5d16 100644 --- a/source/text/sbasic/shared/03101140.xhp +++ b/source/text/sbasic/shared/03101140.xhp @@ -1,6 +1,5 @@ - - + - - +--> + - -DefStr Statement [Runtime] -/text/sbasic/shared/03101140.xhp - - -DefStr - + + DefStr Statement [Runtime] + /text/sbasic/shared/03101140.xhp + + + +
-DefStr statement + + DefStr statement -DefStr Statement [Runtime] -If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range. + + +DefStr Statement [Runtime] +If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range.
-Syntax: - -Defxxx Characterrange1[, Characterrange2[,...]] + +Syntax: + +Defxxx Characterrange1[, Characterrange2[,...]] -Parameters: - -Characterrange: Letters that specify the range of variables that you want to set a default data type for. - -xxx: Keyword that defines the default variable type: - -Keyword: Default variable type - -DefStr: String -Example: + +Parameters: + Characterrange: Letters that specify the range of variables that you want to set a default data type for. + xxx: Keyword that defines the default variable type: + Keyword: Default variable type + DefStr: String + +Example: -' Prefix definitions for variable types: -DefBool b -DefDate t -DefDbl d -DefInt i -DefLng l -DefObj o -DefVar v -DefStr s -Sub ExampleDefStr - sStr=String ' sStr is an implicit string variable -End Sub +' Prefix definitions for variable types: +DefBool b +DefDate t +DefDbl d +DefInt i +DefLng l +DefObj o +DefVar v +DefStr s +Sub ExampleDefStr + sStr=String ' sStr is an implicit string variable +End Sub -
+ +
\ No newline at end of file -- cgit