Announcement

Collapse
No announcement yet.

Function Parameter problems

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

  • Function Parameter problems

    I'm having lost of problems with FunctionParameters:
    * They dont work if I have the word "Main" in a commented line before preMain() - err, what is this apart from a horrendus waste of time ????
    * Drop downs don't show the full width of the text.
    * Some parameters are shown twice in the dialog.
    * String values get rejected by the syntax checker if they are dereferenced.

    Is there an idiots guide to making this work without tearing your hair out please (I don't have much left).

    Thanks

  • #2
    Dave180

    * They dont work if I have the word "Main" in a commented line before preMain() - err, what is this apart from a horrendus waste of time ????
    This is a documented idiosyncrasy (see section 3.1.5 of the Tutorial 3: Introduction to preMain() and main()

    * Drop downs don't show the full width of the text.
    This is a known bug [I believe there are some other threads in this forum related to this issue].

    * Some parameters are shown twice in the dialog.
    Please post a complete sample script that illustrates this

    * String values get rejected by the syntax checker if they are dereferenced.
    Not sure what you mean. You may want to post a complete sample script that illustrates this
    Alex

    Comment

    Working...
    X