Page MenuHomeFeedback Tracker

[Feature Request] toLowerANSI to take array as arg
New, NormalPublic

Description

To flatten text in an array, we currently have to do this:

(assignedItems player) apply {toLowerANSI _x}

Instead we could

_array = toLowerANSI ["tHiS iS a",123,objNull," gOOD IDEa",4];    
// ["this is a",123,objnull," good idea",4]

toLower/toLowerANSI/toUpper/toUpperANSI

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

not worth it, use apply