Menu

Show posts

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.

Show posts Menu

Messages - Marty

#1
Thin Client/WindX / Re: Windx on Handhelds
September 25, 2020, 11:09:14 AM
We use the Wavelink telnet client and do character based screens. There are other telnet clients available also. We do not use WindX.
#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$
#4
Language / Re: Rounding
September 23, 2018, 11:16:04 PM
Thanks Chris.
#5
Language / Rounding
September 23, 2018, 01:43:19 PM
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
->