...

/

Updating an Individual Record’s Values

Updating an Individual Record’s Values

Learn how to update an individual's record within a set of records with the help of examples.

We use the substrReplace method to insert a decimal separator into a string of numbers. We can make further use of this method to actually update the value of an individual record. For example, we assume the following data string:

         1      1200         5         1         2      3232         1
2         3      1600        10         3         4     62200         4
4         5  
...