We use the Wavelink telnet client and do character based screens. There are other telnet clients available also. We do not use WindX.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#2
Nomads / Re: copy and pasting from the internet
June 09, 2020, 09:54:43 AM
Have you tried CVS(data$,16) ?
#3
Nomads / Re: tcb(31) in a validator
April 16, 2020, 06:02:29 PM
You really shouldn't do anything with the control. You get the "User Defined Tag field" and the value. You can return an error if the value is invalid. You would process the error in the control when it is returned. Here is what the enter is: ENTER IN_DT$,ERR_MSG$,TAG$,OLD_VAL$,EOM_VAL$
#5
Why are these answers different - Pvx+ V9.00
->floatingpoint
->round off
->set_param 'rn'=0
->set_param 'nr'
->set_param 'rs'=0
->? (2/6374)-(1/6557.5)
-.152497140678612276E-03
->a=(2/6374)-(1/6557.5)
->? a
.1612775690797811975E-03
->
->floatingpoint
->round off
->set_param 'rn'=0
->set_param 'nr'
->set_param 'rs'=0
->? (2/6374)-(1/6557.5)
-.152497140678612276E-03
->a=(2/6374)-(1/6557.5)
->? a
.1612775690797811975E-03
->
Pages1