Description
|
I am trying to read an Float form AS400 but if the account
is 200.000 (Two Houndred Thousand) it read 200 (Two
Houndred)
I use this Instruction
<TESET IBS_C_Credito.Credito=TextTrim(Screen(7,37,14))>
The value of Screen(7,37,14) is " 270.000"
and the var IBS_C_Credito.Credito was declared like Float
type
but with this instruction I got 270, this is an error.
How can I get a Flot from screen?
I will tahnk you if you can help me!
This is a part from Log:
19:45:20.567 <TESECTION> ibs_cli.IBSPRMO (START)
19:45:20.567 <TESET> Variable screen.sessionkey
BEFORE =
1_oni38212917_38226406
AFTER =
1_oni38212917_38226406 (rc=0)
19:45:20.567 <TEACTION> GetSession
19:45:20.567 Action Complete Session=1
19:45:20.567 <TESET> Variable
ibs_c_credito.credito
BEFORE = 0
|
Comment
|
So, do your values of 200 thousand have:
200.000
Where, in the United States we are used to:
200,000
?
If that is the problem, then we need to give you an option
for this right away...as a thousands separator definition.
Please specify your exact build of Screensurfer, and if you
are active with your maintenance payments, we can provide a
fix for your exact build, otherwise we will fix for latest
version2 or version3.
|