How To send a data table as an argument into a function
Hello everyone, So I have been trying to do this for a while now and I can't get my head around it. I'm making a script to export multiple picture from a few different folders. I have created an "import" function and a "trim" function.Import = Function ({path},
dtimport= Multiple File Import (
// the import arguments
)<< Import Data;
Return (dtimport);
};
Trimtables = Function ({table, arg1, ...
vince_faller