Converting String into Array of Double Type in G Web Development Software

Updated Sep 14, 2023

Reported In

Software

  • G Web Development Software

Issue Details

How to convert string into an array of double type in G Web Development Software?

Solution

You can convert string into an array of double type in G Web Development Software by using the Match Pattern node to extract numeric values from a string. To learn about this, refer to the shipping examples:
  1. In G Web Development Software, click Learning >> Examples >> Programming Basics >> Strings >> Extract Numbers With Match Pattern.
  2. This shipping example will demonstrate how to use the Match Pattern node to extract numeric values from a string.