News Item: : Wise Package Studio 7 Wisescript bug
(Category: Bug Reports)
Posted by dglenn
Wednesday 30 August 2006 - 12:14:38

Wise Incident 150584.

I have just reported this error and Wise has reproduced it. The Wisescript editor in the new 7.0 fails to run ANY included script in an Else clause.

Instead of using code like: (psuedo code)
If variable
include script
else
include script < - Will NOT run.
end

You will need to do this instead:

if variable
include script
end

if NOT variable
include script
end


Hopefully they will have this addressed in the next patch for it coming soon.



This news item is from FORUM Information Systems, LLC
( http://foruminfosystems.com/news.php?extend.26 )