T O P I C R E V I E W |
Clean |
Posted - 25 Dec 2005 : 23:08:58 Howdy,
I am debugging a script.
#03# is a string - No Data #40# is a string - <a href
My #IF# routine is...
IF #03#==#40# #FIND#=>#01# #ONERROR#=*STOP* #FIND#=<#02# #ONERROR#=*STOP* #TAKEWORD#=#04#,#01#,#02# #TAKEDIRECTOR#=#04# #GOTO#=EXIT #ENDIF#
This routine should not run and it should jump it but it keeps falling in. I have also tried it with <> but it falls in then as well. Is #IF#...#ENDIF# only to compare numbers and not strings? |
2 L A T E S T R E P L I E S (Newest First) |
Clean |
Posted - 29 Dec 2005 : 03:06:02 Thanks for the response Alessio.
I found the cause of the problem, 48 hours w/o sleep. Oh yea, and it helps to start and IF block with #IF#. Sorry for false alarm. Stepped away from it for a day and found it as soon as I came back but the forum was down.
Also, how do I make scripts available. I just finished a preliminary IAFD script (info only, no filmography yet) and would like some folks to try it out.
Thanks.
And let me know if you need anyone to beta the new script. Be happy to test it out. |
Alessio Viti |
Posted - 26 Dec 2005 : 12:09:49 Hi Clean
The Routine should work correctly, I will make some test to find the problem. Maybe because the variable #03# has no data.
Thank you for find this bug!
Alessio
PS: I am rewriting the Engine from scratch, I will try to avoid all these problems |
|
|