Changes between Initial Version and Version 1 of Ticket #3595, comment 5
- Timestamp:
- 02/22/18 08:57:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3595, comment 5
initial v1 1 1 It also works if you add the optional parameter: 2 2 3 {{{$i = Call("Ubound", $aEmpty, 1) 4 MsgBox(0, 'Call Empty + param', $i)}}} 3 {{{ 4 $i = Call("Ubound", $aEmpty, 1) 5 MsgBox(0, 'Call Empty + param', $i) 6 }}} 5 7 6 8 But 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.