Author Topic: help with getfiled  (Read 1669 times)

0 Members and 1 Guest are viewing this topic.

TopoWAR

  • Newt
  • Posts: 135
help with getfiled
« on: November 05, 2014, 04:27:39 PM »
Hello, I'm using:
Code: [Select]
(setq archivo_ruta (getfiled "Select" (getvar "dwgprefix") "txt" 4))
I take care also show * .csv files, or (* .txt * .csv) you can ???

thank you
Thanks for help

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: help with getfiled
« Reply #1 on: November 05, 2014, 06:54:58 PM »
Code: [Select]
(setq archivo_ruta (getfiled "Select" (getvar "dwgprefix") "txt;csv" 4))

TopoWAR

  • Newt
  • Posts: 135
Re: help with getfiled
« Reply #2 on: November 05, 2014, 08:18:42 PM »
Lee Mac

thanks lee, I had tried with "" but not with ";"
Thanks for help

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: help with getfiled
« Reply #3 on: November 06, 2014, 05:47:53 AM »
Lee Mac

thanks lee, I had tried with "" but not with ";"

You're welcome  :-)