int (s_exp)
This function converts the argument to an integer. Floating point numbers are truncated. Binaries, hexadecimals and characters convert to decimal integers. In strings, if the first character(s) are numerical, they will be converted to an integer. Otherwise, a string will return zero. All other expression types generate zero.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.