Issue 37952 - en Help: Logic error in VarType code example
Summary: en Help: Logic error in VarType code example
Status: CLOSED FIXED
Alias: None
Product: documentation
Classification: Unclassified
Component: Online help (show other issues)
Version: current
Hardware: PC Windows XP
: P4 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: joerg.skottke
QA Contact: issues@documentation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-26 13:19 UTC by kasey
Modified: 2005-04-15 10:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description kasey 2004-11-26 13:19:46 UTC
In /text/sbasic/shared/03103600.xhp,
the following change is necessary because the current example outputs the wrong
message.

TypeName(sVar) & " " & VarType(dVar) & Chr(13) &_
->
TypeName(sVar) & " " & VarType(sVar) & Chr(13) &_
Comment 1 derekd 2004-12-03 10:25:26 UTC
Reassigning
Comment 2 Uwe Fischer 2004-12-03 10:42:18 UTC
.
Comment 3 Uwe Fischer 2004-12-07 10:52:18 UTC
.
Comment 4 Uwe Fischer 2004-12-15 09:35:36 UTC
changed text\sbasic\shared\03103600.xhp
Comment 5 frank.thomas.peters 2005-01-25 15:16:09 UTC
.
Comment 6 frank.thomas.peters 2005-01-25 15:17:21 UTC
FPE: Pls verify in hc680postbeta
Hint to QA: BASIC help index "type name function"
Comment 7 frank.thomas.peters 2005-01-25 16:54:38 UTC
fixed
Comment 8 joerg.skottke 2005-04-15 10:40:51 UTC
ok, closing