Forum: [VBP] General Discussion
05-28-2005, 10:14 AM
|
Replies: 2
Views: 10,675
|
Forum: [VBP] General Discussion
05-27-2005, 07:37 PM
|
Replies: 2
Views: 10,675
FTP local vs. remote names
I notice that when the FTP "Action" is changed that the labels next to local and remote swap out the "file" and "path" entries. I want to put a file named X on the server as Y. I can do this by...
|
Forum: [VBP] Suggestions
11-06-2003, 12:52 PM
|
Replies: 4
Views: 17,469
|
Forum: [VBP] Suggestions
11-05-2003, 08:10 PM
|
Replies: 4
Views: 17,469
Bugs in 5.1
Thanks for a great response in getting this added to 5.1 guys. Unf. you've got a few bugs.
First of all there are some typos in vbld_FileDateModified that break it completely.
614: "time" s/b...
|
Forum: [VBP] Suggestions
09-24-2003, 07:33 PM
|
Replies: 4
Views: 17,469
PerlScript support (cont.)
# create a new temporary macro with the value or add a string to end of the given
# temporary macro, separating each string with Tab char delimiter, and return the updated value
sub...
|
Forum: [VBP] Suggestions
09-24-2003, 07:32 PM
|
Replies: 4
Views: 17,469
PerlScript support
Consider adding "PerlScript" as a listed ProgId for scripts and adding the following XML chunk to VisBuildPro.System.scripts.
<script>
<language>PerlScript</language>
<code><![CDATA[#...
|