What is wrong with the following:
Day>the_day
Month>the_month
Year>the_year
let>date=the_day+"-"+the_month+"-"+the_year
"date" is not created.
it should contain
2006-10-12 or as the date maybe.
Search found 42 matches
- Mon Nov 20, 2006 12:47 pm
- Forum: Beginners
- Topic: Let Problem
- Replies: 3
- Views: 6074
- Tue Nov 14, 2006 7:06 pm
- Forum: Beginners
- Topic: System file checker
- Replies: 7
- Views: 10055
- Tue Nov 14, 2006 4:48 pm
- Forum: Beginners
- Topic: System file checker
- Replies: 7
- Views: 10055
- Tue Nov 14, 2006 2:34 pm
- Forum: Beginners
- Topic: System file checker
- Replies: 7
- Views: 10055
System file checker
SFC has a problem in that it does not remember that the system cd is in the CD tray and keeps asking for it to be put there or Hit retry. Retry works until the next file it wants to confirm. This macro is intended to hit Retry every time the error window arises. label>start WaitWindowOpen>Windows fi...
- Mon Mar 20, 2006 11:25 am
- Forum: Technical / Scripting
- Topic: Blank Variable
- Replies: 1
- Views: 3532
Blank Variable
I have a variable that may contain spaces or text. The spaces are of an unknown length as is the text. I want to test if a variable has no text. How do I code for such a test an I see no trim or asci function?
Robin
Robin
- Sun Feb 19, 2006 7:56 pm
- Forum: Technical / Scripting
- Topic: Setting up a dll
- Replies: 9
- Views: 10279
What do you mean by "loading of the file into memory"? That is my way of saying sending the results to the scratchpad. As I am dealing with a file of over 2megs I thought I had better also try saving the output to a file. That has not worked and has caused MS to freeze. This is what I did for the f...
- Sun Feb 19, 2006 7:10 pm
- Forum: Technical / Scripting
- Topic: Setting up a dll
- Replies: 9
- Views: 10279
- Sun Feb 19, 2006 6:56 pm
- Forum: Technical / Scripting
- Topic: Setting up a dll
- Replies: 9
- Views: 10279
What muddled me was the reference to opt: longInt. GetPDFText (FileName: PChar; opt: LongInt; target: PChar; xlspaces: LongInt): PChar I now think that the option is something to control the dll's output and that the error code goes into target. Assuming that is correct I can now understand why I ca...
- Sun Feb 19, 2006 5:33 pm
- Forum: Technical / Scripting
- Topic: Setting up a dll
- Replies: 9
- Views: 10279
- Sun Feb 19, 2006 1:34 pm
- Forum: Technical / Scripting
- Topic: Setting up a dll
- Replies: 9
- Views: 10279
Setting up a dll
The dll that I am using has changed and I can not get it to work with MS. MS crashes at the libfunc> ========== Let>lib=I:\My Documents\pdftestjan\PDFtext.dll Let>pdffile=I:\My Documents\pdftestjan\NoAscii.pdf //Call GetPDFText, passing the pdffile and putting result on clipboard LibFunc>lib,GetPDFT...
- Mon Jan 09, 2006 10:03 pm
- Forum: Technical / Scripting
- Topic: Files and directory structure
- Replies: 18
- Views: 23684
- Mon Jan 09, 2006 7:35 pm
- Forum: Technical / Scripting
- Topic: Files and directory structure
- Replies: 18
- Views: 23684
Run Program>%COMSPEC% /c dir i:\testms\*.pdf /s /b> I:
Is there a way of adding to this Dos command so that it filters out the file names with say "dogs" in them? What I mean is temp does not contain files with the word dog in them. I can see how it could be done using MS but can it be done with dos?
- Mon Jan 09, 2006 6:52 pm
- Forum: Technical / Scripting
- Topic: CPU 100% MS not responding
- Replies: 5
- Views: 7212
- Sun Jan 08, 2006 10:52 pm
- Forum: Technical / Scripting
- Topic: CPU 100% MS not responding
- Replies: 5
- Views: 7212
CPU 100% MS not responding
First I put a .5 wait into the loop then 1. It is making no difference. For this script I am getting CPU 100% MS not responding. I have tested the same script on a small amount of data and it is not crashing. What should I do?
- Sun Jan 08, 2006 8:39 pm
- Forum: Beginners
- Topic: Saving a macro to a different name
- Replies: 3
- Views: 5951