I would welcome some expert help
My best guess is that it should read
Code: Select all
strFileName, strReturn = iup.GetFile(strFileName)
Code: Select all
strEndingText, strReturn = iup.GetFile(strStartingText)Coul
Code: Select all
strFileName, strReturn = iup.GetFile(strFileName)
Code: Select all
strEndingText, strReturn = iup.GetFile(strStartingText)Code: Select all
require "iuplua" -- not strictly needed
strFileName = "*.*" -- string needs value else get 'bad argument #1'
strFileName, intStatus = iup.GetFile(strFileName)