Modify

Opened 14 years ago

Closed 14 years ago

#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 Changed 14 years ago by Jpm

  • Resolution set to No Bug
  • Status changed from new to closed

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

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Gary.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.