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 


@pipe() Return Value

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Fri Mar 04, 2005 8:11 pm    Post subject: @pipe() Return Value Reply with quote

It would be great to have support for a longer @pipe() return value. I posted something about this earlier, but I don't know if it is fixable in VDS6. The result I get seems limited in length. Perhaps something to do with string length in VDS .... ?

The code below demonstrates it. When I run the program, I get the same (partial) listing of files regardless of how long I wait for a result:

Code:
list create, 1
runh cmd.exe /c dir c:\*.*, wait 1, pipe
list assign, 1, @pipe()
info @count(1)
list clear, 1
runh cmd.exe /c dir c:\*.*, wait 10, pipe
list assign, 1, @pipe()
info @count(1)


Also, I tried viewing the result in a listbox, and it stops at the same place each time.

Is it fixable?

_________________
Joe Floyd
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Wish List 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