forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


List tasklist

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
DoT_PiTcH
Contributor
Contributor


Joined: 07 Aug 2002
Posts: 85

PostPosted: Thu May 26, 2011 6:02 pm    Post subject: List tasklist Reply with quote

when i use LIST TASKLIST, log... it clears the list and just adds the tasklist

if i do LIST TASKLIST, 1
LIST ASSIGN, log, 1

it also clears the list

am i doing something wrong?
Back to top
View user's profile Send private message Visit poster's website
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Fri May 27, 2011 8:03 am    Post subject: Reply with quote

If you need to clear a table
you must use this command:

List clear,<table name>

hoping to understand what you need Smile
Back to top
View user's profile Send private message Send e-mail
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 766
Location: Eastman, GA

PostPosted: Sun May 29, 2011 1:46 am    Post subject: Reply with quote

Well, both commands your using clear the list prior to processing the command.

Use something more like this.

Code:

list create,1
list create,2,sorted

list tasklist,1

list seek,1,0
repeat
list add,2,@item(1)
until @not(@next(1))

info @text(2)


Also note your application cannot see 64 bit executables if I'm not mistaken.

cnodnarb
Back to top
View user's profile Send private message AIM Address
Aslan
Valued Contributor
Valued Contributor


Joined: 31 May 2001
Posts: 589
Location: Memphis, TN USA

PostPosted: Sun May 29, 2011 2:51 pm    Post subject: Re: List tasklist Reply with quote

DoT_PiTcH wrote:
when i use LIST TASKLIST, log... it clears the list and just adds the tasklist

if i do LIST TASKLIST, 1
LIST ASSIGN, log, 1

it also clears the list

am i doing something wrong?


Use LIST APPEND,Log,1
Back to top
View user's profile Send private message Send e-mail
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 766
Location: Eastman, GA

PostPosted: Sun May 29, 2011 3:36 pm    Post subject: Reply with quote

Nice. It's amazing what you overlook sometimes. Thanks Aslan Wink
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
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
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group