OSC message with no arguments

I want to use Vuo with QLab.

QLab’s OSC dictionary has many addresses like this:

/cue/1/duration 0 --which sets the duration of cue 1 to 0

/cue/1/duration --which QLab would reply with the duration of cue 1 (i.e get)

I can’t find a way of sending /cue/1/duration without an argument.

Thanks for any help you can offer.

Mic

Mic,

Have you tried using Make Message (List) with an empty draw for Values, as in the attached screenshot?  

make-message-node.png

Thanks, that works.
Mic