Modify

#1747 closed Bug (No Bug)

_Min and _Max inconsistency

Reported by: madflame991@… 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)

Change History (1)

comment:1 by Jpm, on Sep 7, 2010 at 6:52:40 AM

Resolution: No Bug
Status: newclosed

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

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.