About function arguments

Hi

My goal is to do an output interface to help me while testing.
I got an input function in witch i set all the variable i want to display.
To make it clean i would like to input any number of vars without having to change my input function to avoid the “Expecting more/less arguments”.

Then i would like to get any type of var (bool num int …) in the input and then check their type, instead of declaring the first input var being exclusively a number for example.

Is that possible and how, don’t know if i was clear, thanks anyway :wink:

Max.