Announcement

Collapse
No announcement yet.

FunctionParameter.BOOLEAN

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FunctionParameter.BOOLEAN

    Does anyone know when FunctionParameter.BOOLEAN will be fully functional?

  • #2
    Gavishti:

    I don't have an answer to your specific question but one workaround is to use the STRING parameter type and use "T" and "F" as the options. Then, in your code you can achieve the boolean effect using code like:


    myBoolean = Parameter1=="T" ;

    Hope this helps.

    Chris

    Comment


    • #3
      Thanks. I put in a work-around as soon as I discovered the problem. Just wanted to know when it would be fixed.

      Comment

      Working...
      X