I searched the help help files, but I could not find anything about user
variables and clips. However, you can use user variables in clips. For example,
if you want to include the file name in a piece of code, you can use something
like:

[SET AUTOCOMMIT section | speed up a bunch of INSERT or UPDATE statements]
SET @%FileName2%_§| = @@SESSION.AUTOCOMMIT;
SET SESSION AUTOCOMMIT=0;
-- Other code here
SET SESSION AUTOCOMMIT=@%FileName2%_§;

In the above section, the filename (without extension) would be part of the name
of the variable holding the old AUTOCOMMIT value.

It might be good to add this feature to the "clip file format" section of the
help file.

-- 
<http://forum.pspad.com/read.php?2,34867,64267>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem