#1 2006-12-09 19:02

fjord
Member
From: Denmark
Registered: 2006-08-25
Posts: 43

"Comment" rule

Gee, I've written several nice sets of rules, with clever regex rules, saved as presets. But after 6 months I can't remember what some of those "clever" rules were supposed to do.

How about allowing a "comment" rule so that I could put a comment line above some of my more inscrutable rules? A "comment" rule would just display a text string in the rule box. Just a thought. smile

Offline

#2 2006-12-09 19:13

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,374

Offline

#3 2006-12-09 19:22

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,374

Re: "Comment" rule

Pascalscript rule allows comments: anything after two slashes "//" treated as comment, but "begin end." must be there for script to be valid, so it will simply do nothing. So this script below will work like a comment:

// some comment here //
begin end.

renamercommentruleyz1.gif

Offline

Board footer

Powered by FluxBB