Table Method: SelectVectorToNumber 
Purpose
Returns an Matrix object containing a two-dimensional view of one column of the table.
Syntax
The SelectVectorToNumber method has the syntax:
SelectVectorToNumber(InputData, InputAssocIndex, DataAssocIndex,
Decimals)
Parameters
Description
SelectVectorToNumber is like
SelectToVector, except that it tries to convert the resulting values into integer and float numbers. If the original data is not numeric, SelectVectorToNumber produces meaningless data.This method is useful because the RFC Library tends to use TYPC and most RFC tables use the NUMC, writing out packed datatypes. On the front-end, however, integer and float values are more appropriate.
For more information about the selection process generally, see
Using SelectTo* Methods.Related Information
SelectToVector SelectToMatrix SelectMatrixToNumber