ID:2233113
 
Resolved
The group var of the /regex datum was not defined as a list, preventing access to vars like len and procs like Copy() without a type cast or the : operator.
BYOND Version:510
Operating System:N/A
Web Browser:N/A
Applies to:DM Language
Status: Resolved (511.1379)

This issue has been resolved.
(Posted by Lummox JR on behalf of Ease, regarding id:2230523.)

Descriptive Problem Summary:

The group var in the /regex datum is not defined as a list, so using group.len doesn't work without the : operator or a type cast.
Lummox JR resolved issue with message:
The group var of the /regex datum was not defined as a list, preventing access to vars like len and procs like Copy() without a type cast or the : operator.