- Posted by
- I have to take 3 files and make 48 copies of each file - changing 3 key pieces of data in each file. I don't particularly want to do this manually - so I created a script. It works except - I want to put each new file into it's own directory. Example: c:\files\directory_1\file.txt open the file, cha...Posted in Scripts
-   Topics
-   Views
- jtrelfa
Oct 19, 2009
- Thanks a bunch :) I wasn't sure what was going on.Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- jtrelfa
Aug 04, 2007
- I'm certain I have the English version of UES - but for some reason, many of the function 'hints' in the gl_php.php file have non-English help? Example: function mysql_connect([string server [, string uziv_jmeno [, string heslo [, bool nove_spojeni [, int nastaveni_klienta]]]]]); What is a uziv_jmen...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- jtrelfa
Jul 28, 2007
- When using PHP objects, it's similar to the Perl object syntax: [php]$object->method() $object->property[/php] Anyway, the -> operator, even though I've defined it in my word file, will only highlight the dash, but not both the dash AND the bracket when I do stuff like this: [php]$object->method() $...Posted in Syntax Highlighting
-   Topics
-   Views
- jtrelfa
Apr 12, 2007
-   Topics
-   Views
- jtrelfa
Aug 22, 2006
- I'm working in a special environment that uses ASP/VBScript-ish syntax to go between HTML and the server side environment (Server Side JavaScript). There are several possible ways to escape into and out of the server-side code. Examples: <% %> or ${variable name} I was thinking of creating a custom ...Posted in Syntax Highlighting
-   Topics
-   Views
- jtrelfa
Aug 17, 2006