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 


Copy/Paste List help

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


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Sun Dec 26, 2010 11:32 pm    Post subject: Copy/Paste List help Reply with quote

Hi to all,

I writed this script to add/remove comment into a script inside the vds ide
Code:
Title Rem/Unrem by Andrea Sperotti

Option DECIMALSEP,"."

%%Elenco = @New(LIST)
%%Uscita = @New(LIST)
%%Rem = "#"
%W = @WinExists(#TMainWin)
DIALOG CREATE,REM/unREM,-1,0,232,40,ONTOP,NOTITLE
DIALOG ADD,STYLE,STYLE1,6,,B,,
DIALOG ADD,PROGRESS,PRO1,19,5,223,14,0,,SMOOTH,HORIZONTAL
DIALOG ADD,TEXT,TEXT1,-1,14,81,19,Progress...,,STYLE1
Dialog Show
Clipboard CLEAR
Window SEND,%W,@CTRL(C)
Wait .4
List paste,%%Elenco
Wait .2
%m = @Count(%%Elenco)
If @Equal(%m,0)
  Warn Niente di selezionato
  Stop
End
%c = 0
Repeat
  %c = @Succ(%c)
  %l = @Next(%%Elenco)
  If @Equal(@Substr(%l,1,@Len(%%Rem)),%%Rem)
     List Add,%%Uscita,@Substr(%l,@Succ(@Len(%%Rem)),@Len(%l))
  Else
    List Add,%%Uscita,%%Rem%l
  End
Until @Equal(%c,%m)
List Copy,%%Uscita
Window SEND,%W,@CTRL(V)
List Close,%%Elenco
List Close,%%Uscita
Stop


but I have 2 troubles Sad
1- sometimes launching the compiled Exe from tool menu but nothing happen
2 every time add a blank line at the end of pasted text

Why? Stupid

Help me please
Back to top
View user's profile Send private message Send e-mail
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