Project

General

Profile

Bug #720

Min and Max no longer work with strings.

Added by Brian Flanagan about 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
High
Target version:
-
Start date:
04/13/2021
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

Re-tested in 1.0.0 B7 (Related to Bug #56 - closed)

This was fixed back in RC3, but was apparently broken again since then.

The first two (numeric) examples work.
The last two (string) examples fail with both type mismatch and syntax errors.

Print Min(3.5,6.7)
Print Max(3.5,6.7)

Print Min("abc","def")
Print Max("abc","def")

Also available in: Atom PDF