Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get a list of all AutoText files in the left pane
#3
this will get all the autotext files in left side
Code:
Copy      Help
QMITEM q; int i
ARRAY(str) atn
rep
,i=qmitem(-i 1|16 &q 1)
,if(i=0) break
,if q.itype=4
,,atn[]=q.name
_s=atn

To_Text can be used

called like so
Code:
Copy      Help
TO_Fav "TO_Text" 0 0


Messages In This Thread
RE: How to get a list of all AutoText files in the left pane - by Kevin - 03-25-2019, 11:54 PM

Forum Jump:


Users browsing this thread: 28 Guest(s)