In message <[EMAIL PROTECTED]>, "Brutzman, Bill"
<[EMAIL PROTECTED]> writes
I was right...
The BOLD thing @(-81), @(-82) does not work with Dynamic Connect.
If it doesn't, then it's probably because either (a) it's not defined
for that term-type on the UniVerse system, so the two variables eva
he program (before the logical END) or could it
be after the logical END and just part of the source code?
Thanks
Mark Johnson
- Original Message -
From: "Womack, Adrian" <[EMAIL PROTECTED]>
To:
Sent: Saturday, March 24, 2007 5:51 AM
Subject: {Blocked Content} RE: [
mpile time.
From: [EMAIL PROTECTED] on behalf of MAJ Programming
Sent: Fri 23/03/2007 9:55 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] @VARIABLES
Maybe I'm missing something. Since I still have a few old Microdata clients
and I miss using regula
I was right...
The BOLD thing @(-81), @(-82) does not work with Dynamic Connect.
--Bill
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
in the Includes redundantly
in each BP file.
Thanks in advance.
Mark Johnson
- Original Message -
From: "Womack, Adrian" <[EMAIL PROTECTED]>
To:
Sent: Friday, March 23, 2007 12:20 AM
Subject: RE: [U2] @VARIABLES
> Nothing wrong with "TO". LIT means "l
23, 2007 12:20 AM
Subject: RE: [U2] @VARIABLES
> Nothing wrong with "TO". LIT means "literally", I usually use TO for
> numbers and LIT for everything else. Using LIT with strings containing
> spaces is a little clearer than using TO. The help for EQUATE states
> &
all of our systems. Most of our programs will have
five or six INCLUDES at the top and then they drop straight into the
code.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of MAJ Programming
Sent: Friday, 23 March 2007 1:53 PM
To: u2-users@listserver.u2u
ng to use many equates, put them in an INCLUDE
for consistency.
My 2 cents
Mark JOhnson
- Original Message -
From: "Womack, Adrian" <[EMAIL PROTECTED]>
To:
Sent: Thursday, March 22, 2007 7:29 PM
Subject: RE: [U2] @VARIABLES
> Are you guys aware of the universe supp
Are you guys aware of the universe supplied include:
ATFUNCTIONS.INS.IBAS (or ATFUNCTIONS.H) which resides in .../uv/INCLUDE
Here's an extract:
EQUATE IT$CSTO -1 ;* clear screen (ANSI)
EQUATE IT$CAH TO -2 ;* cursor absolute home (ANSI)
EQUATE IT$CLEOS TO -3 ;* cle
6 AM
Subject: RE: [U2] @VARIABLES
> We define variables for the various @ statements
>
> **Screen clearing options
> CS = @(-1) ;**Clear Screen
> EOS = @(-3) ;**Clear to End Of Screen
> EOL = @(-4) ;**Clear to End Of Line
>
>
, 2007 7:52 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] @VARIABLES
Hi
CRT @(2,15):@(-4):@(2,15):
Basically when we use @(-4) ,it should go to the end of line...but when
I tried the above statement I could not understand what it exactly
did...I also tried by giving different x and y coordinate
hen I last needed it)
-- mats
Please advise.
--Bill
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Buffington,
Wyatt
Sent: Thursday, March 22, 2007 9:56 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] @VARIABLES
We define variables for the va
PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sanjeebkumar
Sarangi
Sent: Thursday, March 22, 2007 8:52 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] @VARIABLES
Hi
CRT @(2,15):@(-4):@(2,15):
Basically when we use @(-4) ,it should go to the end of line...but when
I
tried the above statement
Hi
@(-4) means 'clear the screen to end of line'.
It does not reposition the cursor.
So for example in the line below it should clear any previous text from the
last entry - typically when proving a prompt.
Similarly, @(-3) clears to end of screen.
These, of course, assume that the terminal co
:52 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] @VARIABLES
Hi
CRT @(2,15):@(-4):@(2,15):
Basically when we use @(-4) ,it should go to the end of line...but when
I tried the above statement I could not understand what it exactly
did...I also tried by giving different x and y coordinate values
Hi Sanjeeb,
CRT @(2,15):@(-4):@(2,15):
Three elements:
@(2,15) positions to column 2 of line 15.
@(-4) clears the current line from the cursor position onwards.
@(2,15) positions the cursor again but is not needed as @(-4) doesn't move
it.
@(23,45)
Really? This is column 23 of line 45
> CRT @(2,15):@(-4):@(2,15):
CRT = print to the screen
@(2,15) = move the cursor to column 2, row 15
: = ...then...
@(-4) = Erase any characters found to the end of the line
: = ...then...
@(2,15) = reposition the cursor to column 2, row 15
: = ...and do not issue a at the end
-Kevin
[EMAIL PROT
@listserver.u2ug.org
Subject: [U2] @VARIABLES
Hi
CRT @(2,15):@(-4):@(2,15):
Basically when we use @(-4) ,it should go to the end of line...but when I
tried the above statement I could not understand what it exactly did...I
also tried by giving different x and y coordinate values ..ie CRT
@(23,45):@(-4
Hi
CRT @(2,15):@(-4):@(2,15):
Basically when we use @(-4) ,it should go to the end of line...but when I
tried the above statement I could not understand what it exactly did...I
also tried by giving different x and y coordinate values ..ie CRT
@(23,45):@(-4):@(23,45)..but the result seemed similar.
19 matches
Mail list logo