PDA

View Full Version : Another undocumented function!


Rovastar
16th January 2002, 02:22
Yes another one to add to atan2 and exp:

band(var, var2): boolean and, returns 1 if var and var2 is != 0

(I think anyway)

I think that is it. Unless some more are deeply hidden in the dll.

Not that I am going to us it very often anyway.

Rova

unchained
16th January 2002, 16:37
I can't think of many (if any) cases where you'd need a band() you wouldn't be able to optimize out. The control structures you can build in MD just never get complex enough.

Rovastar
16th January 2002, 20:36
Not even your presets Unchained? :)