... I have tested the clip on your list and it works for me. I cannot think of why it would delete your whole list. The command ^!InsertText will delete a...
289
coolguydatsme
Apr 30, 2004 10:11 pm
I need a few sample source codes in clips. I have a few from the site: http://www.ghg.net/clips/CLIPS.html So if anybody could send more Clips codes other than...
290
Rudolf Horbas
rhorbas
Apr 30, 2004 11:35 pm
... Good day to You too, coolguywhatsoever, wrong language, wrong group, dude. This is for the Clip Language of the swiss programming editor NoteTab. You're...
291
jacobhu
Jul 16, 2004 3:34 pm
Hi there: I am thinking in this way: Since we can get a copy of current editing file in disk, why can I use any script or language to control the current file?...
292
Piotr Bienkowski
syntaxpb
Jul 16, 2004 3:59 pm
... Hi Jacob, I think you can use the ^!RunScript command command to achieve it. HTH Piotr...
293
jacobhu
Jul 17, 2004 12:07 pm
... I use ... Is it ... '================================================================ Piotr: Thanks, but it is not work. Clip lang is a strange animal??? ...
294
Jody
notetabber
Jul 17, 2004 12:46 pm
Hi Jacob, ... I don't know the script you are using, but you do have two typos that may be messing it up. The lines have spaces after them. ...
295
Grant MacKenzie
grantneilsonmac
Jul 18, 2004 9:56 pm
... Jacob Your examples ... This is your test1.js: Note: CScript is the command prompt.. console version of the WSH ^!TextToFile "^$GetScriptPath$test1.js"...
Hi all I am attempting to implement Perl regexp expressions to take advantage of "non-greedy" matching. Unfortunately, I am not very familiar with Perl. I have...
298
Alan C.
acummingsus
May 8, 2005 1:10 am
Hi Daniel, I'm certainly no guru. But am recently leave the basics behind for intermediate and advanced Perl programming things such as: packages, namespaces,...
299
Sheri
silvermoonwo...
May 11, 2005 2:41 pm
... LOL! I've forgotten everything I'm so out of practice I've forgotten everything I knew....
300
acumming@...
acummingsus
May 11, 2005 8:24 pm
... and advanced Perl programming things such as: packages, namespaces, references, complex data structures, and perhaps now not too far away on the horizon:...
301
acummingsus
May 11, 2005 8:35 pm
... [ . . ] A guru would ... so because of ... goes through the ... for loop from ... think too) 2 ... Oops. I removed the left hand parenthesis but forgot to...
302
lm_hamilton
May 25, 2005 3:57 pm
I have a file that has hundreds of lines of several hundred right square brackets "]". I cannot control how I receive this file, but I have to clean it up. I ...
303
lm_hamilton
May 25, 2005 4:39 pm
After much Googling and further trial and error, I found it. I thought I had tried this before and it did not work, but I was mistaken. Here it is: ...
304
Alan C
acummingsus
May 26, 2005 5:24 am
perl -pe 's/\]+\n//g' < file.ddf > file.txt That did it here on Linux. Sometimes Win needs double quotes if trying it on Windows. ...
305
Larry Hamilton
lm_hamilton
May 27, 2005 1:38 am
Thanks Alan. I'll have to try this one and see how it does. Larry Hamilton Kairos Computer Solutions http://www.kairoscomputers.com/ Sales Affiliate for...
306
Alan C
acummingsus
Jul 6, 2005 7:36 pm
Ian Rastall wrote:[ . . ] ... It's not a challenge. In fact, it's rather easy. The ^!RunPerl command operates on the currently focused doc. And, if there's...
307
Ian Rastall
the_rastallian
Jul 8, 2005 12:30 am
Hi all. I'm not sure if you saw the cross-posted email from before, but I'm practising my perl skills with clips, and would like a few pointers just to get...
308
Alec Burgess
alecb3ca
Jul 8, 2005 4:29 am
Hi Ian: I haven't done very much at all with Perl and Notetab or Perl at all but that said ... If you relace the PerlNumLines script in the SampleCode library...
309
Alec Burgess
alecb3ca
Jul 8, 2005 4:43 am
Ian: followup This clip: H="direct Perl" ^!RunPerl C:\TEMP92;simpletest.pl with this file: #simpletest.pl # Begining of script print "<p>"; LOOP: while (<>) { ...
310
Alan C
acummingsus
Jul 8, 2005 6:34 am
Hi. 4 clips follow (U do not need to make a .pl file unless U want to) - I often do not use .pl file but instead do like the next 4 clips which I think is how...
311
Alan C
acummingsus
Jul 8, 2005 7:05 am
... Oop, that does a line by line basis. if U multiple lines selected then each line gets p tags. The Perl input record separator needs changed to slurp mode...
312
Ian Rastall
the_rastallian
Jul 8, 2005 7:31 am
... Hi Alec. One solution I've found is to run HTML Tidy, although that only works in HTML. I have a lot of reading tonight, after the clips you've posted. ...
313
Ian Rastall
the_rastallian
Jul 8, 2005 7:32 am
Hi Alan. Thanks for the help. I'll have to pore over it for a while. ... Ian -- Was it not a comedy, a strange and stupid matter, this repetition, this running...
314
Alec Burgess
alecb3ca
Jul 8, 2005 9:50 am
Hi Alan, Ian Alan: I tried it with both the straight substitution after putting bax the box car which got eaten by yahoo-groups. pl_ctrl_char: AFAICT: it eats...
315
acumming@...
acummingsus
Aug 6, 2005 6:28 am
On Thu, 4 Aug 2005 16:59 , H Tao <ht_ling@...> sent: [ . . ] ... (BTW, cc'd to ntb-scripts since material herein is more so on topic at ...
316
Alec Burgess
alecb3ca
Aug 7, 2005 2:34 am
Ling: Looks like you replied to me personally, rather than via the clips-list. I'm sending this reply back via the scripts list but copying you in case you are...
317
acummingsus
Aug 18, 2005 8:40 pm
(cc'd to ntb-scripts as well since it uses/needs Perl) A new file has just been uploaded to the ntb-clips files area: For now, it's there in the clips files...