Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.495 replace

replace, data, source, target

This routine replaces all occurrences in numerical data of each element of source by the corresponding element of target. The values of source and target are transformed to the data type of data, if necessary. The values in source must be in ascending order. No check is made if these values are in fact in ascending order, and if they are not, then the results may not be what you expect.