tracker issue : CF-4204479

select a category, or use search below
(searches all categories and all time range)
Title:

length of false is 5

| View in Tracker

Status/Resolution/Reason: Needs Review//AsDesigned

Reporter/Name(from Bugbase): Klaus D. / ()

Created: 06/04/2019

Components: Language, String Functions

Versions: 2018

Failure Type: Enhancement Request

Found In Build/Fixed In Build: All /

Priority/Frequency: Normal / Most users will encounter

Locale/System: English / Win 2008 Server

Vote Count: 0

Problem Description: len() reports that false has a length of 5. False should have a length of 0;

Steps to Reproduce: len( false );

Actual Result:5

Expected Result:0

Any Workarounds: Test for false explicitly.

Attachments:

Comments: