how to convert screen value to int.

vexiteer

New Member
I am trying to figure out how to convert a character value of a screen-value to an integer. Is this possible? I thought I read somewhere that screen-values are always character.
 

joey.jeremiah

ProgressTalk Moderator
Staff member
I am trying to figure out how to convert a character value of a screen-value to an integer. Is this possible? I thought I read somewhere that screen-values are always character.

try input-value instead of screen-value.there's also the integer( ) function. hth
 
Top