D
Dot net work
Say I have a table object that contains several columns, and the first
column is the column I'm intested in, and it contains numeric values.
I'd like to call a function and pass in those column values, like
this:
(Calling code) MyFunction(table.columndata(0))
(function definition) MyFunction(col as arrayofint?)
This is pseudo code to illustrate my point -- but does anyone know if
this can be done, and what the syntax would look like please?
TIA,
-dnw.
column is the column I'm intested in, and it contains numeric values.
I'd like to call a function and pass in those column values, like
this:
(Calling code) MyFunction(table.columndata(0))
(function definition) MyFunction(col as arrayofint?)
This is pseudo code to illustrate my point -- but does anyone know if
this can be done, and what the syntax would look like please?
TIA,
-dnw.