Changes between Initial Version and Version 1 of Ticket #3595, comment 5


Ignore:
Timestamp:
02/22/18 08:57:43 (6 years ago)
Author:
Melba23
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3595, comment 5

    initial v1  
    11It also works if you add the optional parameter:
    22
    3 {{{$i = Call("Ubound", $aEmpty, 1)
    4 MsgBox(0, 'Call Empty + param', $i)}}}
     3{{{
     4$i = Call("Ubound", $aEmpty, 1)
     5MsgBox(0, 'Call Empty + param', $i)
     6}}}
    57
    68But I agree with BrewManNH - unless you can come up with a sensible use case this is so obscure it does not deserve to have any time spent on it.