Make Eval() more flexible

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Make Eval() more flexible

Post by lazi »

I would like to ask a switch to eval for avoiding "Value expected".
The unevaluable strings could result zero value.

What do you think?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Make Eval() more flexible

Post by airsoftsoftwair »

Yes, that could probably be added quite easily...
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Make Eval() more flexible

Post by airsoftsoftwair »

Code: Select all

- New: Added "NoDeclare" tag to Eval(); if this is set to TRUE, all undeclared variables in the expression will simply be treated as 0
Post Reply