ID:2652683
 
Not a bug
BYOND Version:514.1544
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 87.0.4280.141
Applies to:Dream Seeker
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
Using an embedded winget to retrieve the view-size of a map element returns a comma-separated list rather than an 'x' delimited string as in 513.

Other notable differences:

513:


514:


Lummox JR resolved issue (Not a bug)
This is a change I should have mentioned somewhere, but it's pretty minor.

Note you can separate the value into x and y components so you can use "[[view-size.x]]x[[view-size.y]]" if for some reason you really want the x.
In response to Lummox JR
This seems highly counter-intuitive since winget still returns the value with an x!