Learn more. Ok, so this one isn't actually about the product, but I've only found one mention of this problem in the Google. The issue is that you use a constant 2, which is a string, and set this as the variable. By setting this to 'bfd' the script will not be able to match the result with what you're looking for.
A better approach might be to use a variable for the COUNT and then append that to your STRING. something like this would work:
Result = "Condition %d of " + COUNT + " has a Serial of " + STRING
�file”
I said all you need is FTP and a modem, not a server.
~~~
rryan
In addition to what bwightknox said, do your users ever put a document on your
server and then forget to change the document name to reflect the new
filename? That can happen with other kinds of files, too, like images.
------
ianlevesque
This is a feature, not a bug. I use this kind of functionality in my day to
day coding.
~~~
Crake
A feature would be actually _adding_ the ability to search for filenames. It
basically does the search at the end of the rename function, and doesn't
actually _prompt_ you for the new name, which is what it would need to be for
it to be a bug.
------
cxlzx
It sounds like a bug to me, as this is supposed to be easy. I'd have expected
to be able to just append '_old_' or '/foo' or something, to match on the
basename.
~~~
Zarel
Only if you don't care about matching filenames which contain symbols other
than alphanumerics.
------
DodgyEggplant
Why is it not available in the rename command?
------
amelius
I see an opportunity to bring this to the masses :)
------
RexRollman
It's always good to be reminded that software is a human construct.
------
beefsack
That could have been an article about it's predecessor, the 'highlight' plugin
:)
[ ac619d1d87
Related links:
Comments