For example, I have a KS configured to run this script:
Code: Select all
#182;
rename s, " /";
Is something like this currently possible? It would be a shame if it is not and I guess it will have to be added to wishlist for scripting 2.0
Code: Select all
#182;
rename s, " /";

Code: Select all
"Save setting"
#182;
"Remove space"
rename s, " /";Thank you, it's partially what I was after. The hiccup that I see with it is that it places the description above the code, which is still displayed. It would be much better if the code is replaced with text strings. This is especially useful when creating an AIO script that will have lots of possibilities and placing the text strings above instead of replacing the code will increase the consumed space exponentially.serendipity wrote:Code: Select all
"Save setting" #182; "Remove space" rename s, " /";

If you start a script on new line (like I have done above) there has to be a space before the script (2nd and 4th lines), else you will see both the caption and the code.ivan wrote:Thank you, it's partially what I was after. The hiccup that I see with it is that it places the description above the code, which is still displayed. It would be much better if the code is replaced with text strings. This is especially useful when creating an AIO script that will have lots of possibilities and placing the text strings above instead of replacing the code will increase the consumed space exponentially.serendipity wrote:Code: Select all
"Save setting" #182; "Remove space" rename s, " /";
P.S.
It seems to be possible in jacky's AutoUpdater here:
http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=2886
but I can't figure out how it's done...
Code: Select all
["<caption>[ : <label>]"][<script>]Code: Select all
"Save setting" #182;
"Remove space" rename s, " /";