OFPEC Forum

OFPEC The Editing Center => Comments & Suggestions => Topic started by: General Barron on 02 Oct 2003, 09:13:57

Title: Can't post function
Post by: General Barron on 02 Oct 2003, 09:13:57
Ack! I can't post my funtion! Its giving me the following error:

Quote
Your function's operands ([Object, Array]) are not valid!

The following operands are not valid types: objectarray

You may use [] to define arrays, <> around optional values, and commas (,) between operands.

Valid types are:

Any Value
Anything
Array
Boolean
Group
If Type
Nothing
Number
Object
Object or Group
Side
String
While Type

In the "Operands" field, I typed: [Object, Array].

What am I doing wrong? Help? :-\
Title: Re:Can't post function
Post by: toadlife on 03 Oct 2003, 20:41:31
You're not doing anything wrong. The function section is a bit bugged in this area.

Try just putting 'array'.

You can explain it further in the comments section.

EditALso, I'll see if I can fix it, but can't make any promises.
Title: Re:Can't post function
Post by: toadlife on 03 Oct 2003, 20:44:24
Oops. Actually what you're trying should work. TRy eliminating any spaces when you type the operands so it looks like this:


[object,array]

and not this...

[object, array]