Issue 38160 - en Help: Logic error in IsNumeric code example
Summary: en Help: Logic error in IsNumeric 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: /text/sbasic/shared/03102700.xhp
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-30 20:53 UTC by kasey
Modified: 2005-04-15 10:41 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-30 20:53:40 UTC
In the Help page of IsNumeric Function [Runtime]:

Re:
Sub ExampleIsNumeric
Dim vVar as variant
vVar = "ABC"
Print IsNumeric(sVar) REM Returns False
vVar = "123"
Print IsNumeric(sVar) REM Returns True
end sub

Both occurrences of "sVar" should be changed to "vVar" for proper demonstration
of the function.
Comment 1 derekd 2004-12-03 10:37:13 UTC
Reassigning
Comment 2 Uwe Fischer 2004-12-03 10:49:31 UTC
in sbasic\shared\03102700.xhp, was wrong also in SO7
Comment 3 Uwe Fischer 2004-12-07 10:53:43 UTC
.
Comment 4 Uwe Fischer 2004-12-17 09:44:43 UTC
changed text\sbasic\shared\03102700.xhp
Comment 5 frank.thomas.peters 2005-01-25 15:23:14 UTC
.
Comment 6 frank.thomas.peters 2005-01-25 15:34:19 UTC
FPE: Pls verify in hc680postbeta
Hint to QA: Index entry "IsNumeric function" in BASIC
Comment 7 frank.thomas.peters 2005-01-25 16:54:45 UTC
fixed
Comment 8 joerg.skottke 2005-04-15 10:41:44 UTC
both occurrences are vVar. closing