Rocket Software Homepage
Forum Home Forum Home > AccuTerm Knowledge Base (read only) > Green Screen
  New Posts New Posts RSS Feed - Wyse60 emulation problem
  FAQ FAQ  Forum Search   Register Register  Login Login

The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum.

Forum LockedWyse60 emulation problem

 Post Reply Post Reply
Author
Message
ralph View Drop Down
Newbie
Newbie


Joined: July 06 2008
Location: Australia
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote ralph Quote  Post ReplyReply Direct Link To This Post Topic: Wyse60 emulation problem
    Posted: July 28 2008 at 3:29pm
FOR I = 1 TO 3
    CRT @(0,23):'HELLO'
NEXT I

 
When I run the above code on a dynamic connect in wyse60 mode I get the following output.
 
HELLO
HELLO
HELLO
 
When run on AccuTerm in wyse60 mode I get the following output.
 
HELLO
 
To make it work the same as Dynamic connect on AccuTerm  I have to change the code to the following.
 
FOR I = 1 TO 3
    CRT @(0,23):'HELLO'
    CRT
NEXT I
 
The above code would produce this on Dynamic Connect.
 
HELLO
 
HELLO
 
HELLO
 
On AccuTerm it produces.
 
HELLO
HELLO
HELLO
 
It appears to be a bug in the AccuTerm emulator.
Back to Top
giannimaione View Drop Down
Groupie
Groupie


Joined: April 29 2006
Location: Italy
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote giannimaione Quote  Post ReplyReply Direct Link To This Post Posted: July 28 2008 at 6:07pm
Try:
CRT@(0,23):'HELLO':

or change number of rows in Accuterm Settings -- 4 Screen -- Normal rows
Gianni Maione
Back to Top
ralph View Drop Down
Newbie
Newbie


Joined: July 06 2008
Location: Australia
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote ralph Quote  Post ReplyReply Direct Link To This Post Posted: July 28 2008 at 9:19pm

Thanks Gianni,

Changing the number of rows from 25 to 24 fixes the problem. I am not sure how it was set to 25. It makes sense that the code would not work when the number of rows is set to 25.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2019 Web Wiz Ltd.