guys can u help please.....this is probably easy but im astudent...still
learning.....

what i want to do is return a list of files in a folder  (WHICH I CAN
DO, using filextra) 
and then take that list and make each file sit on one line...

ie.   file1, file2, file2,  etc
to

file1
file2
file3

what ive done sofar is this....but it only returns the last
file.......HELP!! please!!  
thanx
jon

property thedrive, thefiles, thetest

on startmovie
  
  fxObj = xtra("FileXtra3").new()
  gFolder = fxObj.fx_FolderSelectDialog("Choose a folder")
  put fxObj.fx_FolderToList(gFolder)
  vFilesList = fxObj.fx_FolderToList(gFolder)
  
  put vFilesList
  
  
  put vfileslist into member ("qaz").text 
  
  
  
  qwerty = ","
  put qwerty
  --set jayp = drivestolist ()
  --put jayp
  
  -- put jayp into member ("qaz")
  jayp = vfileslist
  put jayp
  
  
  
  repeat with mytest in jayp
    wsx = mytest & qwerty
    member ("qaz").text = member ("qaz") & wsx & return
    
    
  end repeat
  
  
  
end


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to