Modify ↓
      
        Opened 18 years ago
Closed 18 years ago
#88 closed Bug (Fixed)
Help file (Round)
| Reported by: | JamesB | Owned by: | Jpm | 
|---|---|---|---|
| Milestone: | 3.2.11.1 | Component: | Documentation | 
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | documentation, round, spelling, capital, help | Cc: | 
Description
In the help file under round, you have:
$x = Round(-1.582, 1)  ;returns -1.6
$y = Round(3.1415, 9)  ;no change
$z = round(123.5, -1)  ;returns 120
and not
$x = Round(-1.582, 1)  ;returns -1.6
$y = Round(3.1415, 9)  ;no change
$z = Round(123.5, -1)  ;returns 120
Just missed a capital :)
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by Jpm
comment:2 Changed 18 years ago by Jpm
- Milestone set to 3.2.11.1
- Owner set to Jpm
- Resolution set to fixed
- Status changed from new to closed
Fixed in version: 3.2.11.1
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
        TracTickets for help on using
        tickets.
    

I hope you were not too confuse with this typo