So, I have a bunch of DLL functions which take and return booleans (logic!). But it doesn't appear as though REBOL has direct support for this [basic] datatype? I can use integer!, which works, but if I want to use the logic! type, I'd need to do to-integer when sending it to the routine, and to-logic when I get the return value back.
Generally speaking, do most people do this? Is there a way to wrap this somehow so I don't need to, or am I missing something fundamental that will allow me to use the basic logic! datatype? Thanks! Jeff M. -- [EMAIL PROTECTED] -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
