Variable of different variable types

Hello,

Is there an type of variable that can holds other types of variables?

For example, Var("Filed1) is type string, Var(“Field2”) is type list, Var(“Field3”) is type datatable, and so on?

It would be something like a structure or an object in objected oriented programming.

Please use Dictionary Type.

Thank you.