Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need put on variable a name of excel file....
anyone have some ideia?I look a FILENAME() function....but it works just on load..
tks !!!!!
Hi Erico
Do you want to put the filename into a variable? This should work:
load FileName() as FileNamefrom "C:\file.xls";let vFileName = FieldValue('FileName', 1);
FileBaseName() will give you the filename without the extension.
Hope this helps...