Search found 54 matches

by OlgaFB
Mon Jan 24, 2005 8:14 am
Forum: Technical / Scripting
Topic: WriteLN bug? And also scrolling issues
Replies: 2
Views: 3386

Wow...

Then it's indeed an interesting thing, that it still does something, and that it writes to the file some part of the MsgText variable... ;)

I'm sorry I didn't put attention to the syntax,
Thank you,
Olga.
by OlgaFB
Mon Jan 24, 2005 8:12 am
Forum: Technical / Scripting
Topic: Why f.size doesn't work? (VBScript)
Replies: 6
Views: 8689

Thank you, Marcus!

If I after this want to read from this file, should I perform any "Set Nothing" or "f.Close" to free this resource for the later use?

Thankyou very much for your help,
Olga.
by OlgaFB
Sun Jan 23, 2005 5:08 pm
Forum: Technical / Scripting
Topic: WriteLN bug? And also scrolling issues
Replies: 2
Views: 3386

WriteLN bug? And also scrolling issues

Hi, Two bugs: 1) I have the following code: WriteLn>C:\testmsg.txt,"Title:"%CRLF%%title%%CRLF%Message:%CRLF%%MsgText%%CRLF%That's it! When MsgText contains 1000 chars of text, and title 59 chars. WHat is printed to the file, is just a part of MsgText and "..." and "That's it!". I mean, no "Title" an...
by OlgaFB
Sun Jan 23, 2005 3:06 pm
Forum: Technical / Scripting
Topic: Why f.size doesn't work? (VBScript)
Replies: 6
Views: 8689

Why f.size doesn't work? (VBScript)

Hi, I saw in a lot of examples and in the documentation as well, that when I want to know the file size in VBScript, I use f.size. Howeever, when I use it in my script, it gives an error. The code is like this: Dim fso, f, idxLet Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.OpenT...
by OlgaFB
Fri Jan 21, 2005 7:32 pm
Forum: Enhancement Suggestions
Topic: Programmatically assign and access MSched script schedule
Replies: 3
Views: 8453

Hi Marcus, Thank you for your explanation. The matter is that I don't want the program to run as a service or all the time, but I do want to know what schedule the user set for my script to run on (in Macro Scheduler). In some cases (when for example, the script should run every 15 minutes), I can a...
by OlgaFB
Thu Jan 20, 2005 11:22 am
Forum: Enhancement Suggestions
Topic: Programmatically assign and access MSched script schedule
Replies: 3
Views: 8453

Programmatically assign and access MSched script schedule

Hi, I'd like to suggest the ability to programmatically assign schedule. I mean two sides of this: 1. I'd like to be able to compile an exe and give it to my costomer and programmatically set the schedule for this program to be run. 2. And not less important - the way needed to programmatically chec...
by OlgaFB
Wed Jan 19, 2005 2:53 pm
Forum: General Discussion
Topic: Form values with HTTP Request, Submitting logged-in form
Replies: 3
Views: 5837

Thank you, Marcus. In case someone else is interested in the subject, I'll add this: if the input type of checkbox doesn't have any value attribute associated with it (this was my intention, as with the value everything is clear), the value passed is "on". My question about logins was about HaloScan...
by OlgaFB
Mon Jan 17, 2005 1:59 pm
Forum: General Discussion
Topic: Form values with HTTP Request, Submitting logged-in form
Replies: 3
Views: 5837

Form values with HTTP Request, Submitting logged-in form

Hi All, I have several questions. 1. If I have a form with several checkboxes, what values I send for them (as "checked") with HTTPRequest? 1? true? "true"? 2. If there is a site, where I should log in to get to a page, and then I should submit a form there. How do I do this with "HTTPRequest"s? I m...
by OlgaFB
Mon Nov 01, 2004 3:11 pm
Forum: Technical / Scripting
Topic: Is there any way to pause script?
Replies: 2
Views: 3565

Is there any way to pause script?

Hi, First of all, thank you SO MUCH for your wonderful product, you can't imagine how worthy it is for me! About this "pause" issue: until now, if I see that the script does something with mistake, I just "Break" it and then if I want to resume the task, it'll do it from the very beginning. But may ...
Sign up to our newsletter for free automation tips, tricks & discounts