Navigation:  Reference > Functions >

Val()

Print this Topic Previous pageReturn to chapter overviewNext page

 

VAL(1)

 

PURPOSE

       This function converts a string value (type A) to a numeric value (type N).

 

PARTS

       1. f/c/e The value to be converted. The original value remains unchanged.

 

RETURN TYPE

       N - Numeric

 

EXAMPLE

       msg val('100.2')

       100.20

       

       msg val('abcd')

       0.00

 

 


Page url: http://www.cassoftware.com/tas/manual/val().htm