SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
LoopUntil

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
LoopUntil
Author Message
Jason



Joined: 29 May 2001
Posts: 27

Post LoopUntil Reply with quote

I am receiving a "Label not found" error with the following code. The label is right there so what I am I missing? Thanks in advance!

Dim before number
dim after number

LoopUntil( Before isequal After, Header )
FileSize( "D:\Jobs\Import.txt", Before)
wait 3
FileSize( "D:\Jobs\Import.txt", After)

Header:
Block of code

Tue Mar 28, 2006 10:40 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7963

Post Re: LoopUntil Reply with quote

Nested expressions are not supported in JAL

Dim Before number
Dim After number
Dim Same, boolean

LoopUntil( Same, Header )
FileSize( "D:\\Jobs\\Import.txt", Before)
wait( 3 )
FileSize( "D:\\Jobs\\Import.txt", After)
IsEqual( Before, After, Same )
Header:

Block of code here

: I am receiving a "Label not found" error with the following code.
: The label is right there so what I am I missing? Thanks in advance!

: Dim before number
: dim after number

: LoopUntil( Before isequal After, Header )
: FileSize( "D:\Jobs\Import.txt", Before)
: wait 3
: FileSize( "D:\Jobs\Import.txt", After)

: Header: Block of code

Tue Mar 28, 2006 10:59 am View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.