Modify ↓
Opened 16 years ago
Closed 15 years ago
#1747 closed Bug (No Bug)
_Min and _Max inconsistency
| Reported by: | Owned by: | Gary | |
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | _min _max | Cc: |
Description
MsgBox(0,'',Sqrt('64')) ;prints 8
MsgBox(0,'',_Min('3','4')) ;prints 0 and sets @error
_Min and _Max should behave like any built-in math function when it is given strings who are convertible to integers
Attachments (0)
Note:
See TracTickets
for help on using tickets.

This function is working as designed, only Float or integers are acceptable number
The setting of @error indicates the first parameter in error.