Value() function fails to handle thousands separator properly.


Version: 2020b

Type: Bug Fixes

Category: Programming

Subcategory: Labtalk

Jira: ORG-21702


Value() function fails to handle thousands separator properly.

Previously, Value("1,234") returned --. It now returns 1234.