Search found 9 matches

by asdf@asdf
Tue Mar 14, 2006 8:15 am
Forum: Technical / Scripting
Topic: SmtpSendMail
Replies: 5
Views: 5814

Bob your right. it was a problem with the "fromname" being an email.
Thanks
it works now.
by asdf@asdf
Mon Mar 13, 2006 8:26 am
Forum: Technical / Scripting
Topic: SmtpSendMail
Replies: 5
Views: 5814

It's one of the examples that comes with macro sheduler. But here it comes: MessageModal>This macro demonstrates how to send Email & Files using the SMTPSendMail command. Input>smtp,Please Enter Your SMTP Mail Server: If>smtp=,end Input>fromname,Please Enter Your Name: If>fromname=,end Input>fromema...
by asdf@asdf
Fri Mar 10, 2006 11:58 am
Forum: Technical / Scripting
Topic: SmtpSendMail
Replies: 5
Views: 5814

SmtpSendMail

the send mail example that comes Macro Sheduler keeps reporting an error: 501 5.5.4 Invalid Address.
????

I have testet the mailserver throught telnet. no problems there

The server is an Exchange2003 is this a problem.
by asdf@asdf
Thu Mar 09, 2006 4:34 pm
Forum: Technical / Scripting
Topic: SEPARATE> read NULL as zero
Replies: 9
Views: 8952

my bad I didn't read your post right.

And yes my syntaks was all wrong.

it works now

thanks a lot for the fast reply's
by asdf@asdf
Thu Mar 09, 2006 4:27 pm
Forum: Technical / Scripting
Topic: SEPARATE> read NULL as zero
Replies: 9
Views: 8952

thought you could just type a string.
it actually works for writting in the file
But putting the chars i a output variable dosn't help.

NULL is still converted to zero
Wait didn't read your post right sorry i'll just test
by asdf@asdf
Thu Mar 09, 2006 4:15 pm
Forum: Technical / Scripting
Topic: SEPARATE> read NULL as zero
Replies: 9
Views: 8952

here goes: YEAR>YYYY MONTH>MM DAY>DD LET>TodaysDate=%YYYY%%MM%%DD% IFFILEEXISTS>%logfile% filedate>%logfile%,logfiledate IF>LogFileDateTodaysDate DeleteFile>%LogFile% GOSUB>WriteLogFileHeader Else GOSUB>WriteLogFileHeader ENDIF ELse GOSUB>WriteLogFileHeader ENDIF SRT>WriteLogFileHeader GetDate>day G...
by asdf@asdf
Thu Mar 09, 2006 4:00 pm
Forum: Technical / Scripting
Topic: SEPARATE> read NULL as zero
Replies: 9
Views: 8952

He
found the problem This gotta be a bug

When you execute a WRITELN command, it is no longer possible for varibles to hold Null values, they are converted to zero's
by asdf@asdf
Thu Mar 09, 2006 3:34 pm
Forum: Technical / Scripting
Topic: SEPARATE> read NULL as zero
Replies: 9
Views: 8952

the problem also occurs when declaring and empty varible like:

Let>myvar=

when MS read this it reads
LET>myvar=0

But only some declarations. in the SRT thats called just before I declare Myvar2=

no problems there.
by asdf@asdf
Thu Mar 09, 2006 2:54 pm
Forum: Technical / Scripting
Topic: SEPARATE> read NULL as zero
Replies: 9
Views: 8952

SEPARATE> read NULL as zero

Hi usally when I use the separate command on an empty string Like this: separate>string,;,vars It result in vars_1=Null and vars_count=0 and I do an: IF>vars_count>0 Do Stuff endif But now separate return vars_1=0 and therefore vars_count is =1 which screws up my if statement. can i somehow define h...
Sign up to our newsletter for free automation tips, tricks & discounts