How to get the integer value from a string ?
print([int] 100 )
print (Val("100"))
iTemp = INTEGER(100)
INTEGER iTemp = Val ("100")