cancel
Showing results for 
Search instead for 
Did you mean: 

Access constant queue

Former Member
0 Kudos

Hi all

I have a UDF with 2 input. One of the input is a constant value (I use the constant block of the graphical mapping); how can I access the queue of this constant.

I try to access the element at position a[0] but it doesn'y work.

SP version is 9. In SP 13 the UDF work but I have to use it with SP 9.

Can anyone help me?

Regards, Mane

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

solved by me

Former Member
0 Kudos

The problem is that the queue of the constant has 0 length!!!

Former Member
0 Kudos

Hi raj

the queue of the constant appear in this way:

one row medium gray with the constant value ("3")

one row dark gry with the constant value

the queue of the second input contain

one row medium gray (SUPPRESS)

one/more rows light gray with the value of the input field

one row dark gray

Mane

justin_santhanam
Active Contributor
0 Kudos

Mane,

Right click on your UDF and click Display Queue. See Whether Constant is coming over ther... Reply how the value looks for both the queues.

raj.