Options

2 basic questions

ric123ric123 Member Posts: 8
is it possible to have function that receive a unknown number of parameters.. like in C# void function(params int[] list) ??

another question.. how can i know if a recordref is initialized or not?

thks

Ricardo Torre

Comments

  • Options
    afarrafarr Member Posts: 287
    ric123 wrote:
    is it possible to have function that receive a unknown number of parameters.. like in C# void function(params int[] list) ??

    I think this is not possible.


    another question.. how can i know if a recordref is initialized or not?

    There are a number of recordref functions that will give an error if a recordref is not initialized, but I don't know of any that will do what you want without causing errors.
    Alastair Farrugia
Sign In or Register to comment.