| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #EXPORT (export symbol to text) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ expand expand a user defined macro .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ extension define an extension template .htm|{{btn_next_n.gif|Next page}}]] | | || **#EXPORT**[ **(**//symbol// **)**// //] {{blk2blue.jpg|blk2blue.jpg}} | **#EXPORT** | Creates a .TXA or .TXD text file from a //symbol//. | | //symbol// | The template symbol to export (%Module, %Procedure, %Dictionary, or %Program). If omitted, the current application is exported. | **#EXPORT** outputs .TXA or .TXD script text for the //symbol// to the current output file (see #CREATE or #OPEN). This file may then be used for importing to other Clarion applications. **Example:** **#CREATE('MyExp.TXA')** **#FOR(%Procedure)** ** ****#EXPORT****(%Procedure)** **#ENDFOR** **#CLOSE('MyExp.TXA')** **#CREATE('MyApp.TXA')** **#EXPORT #! Exports entire application** **#CLOSE('MyApp.TXA')** **See Also:**     [[ create create source file .htm|#CREATE]] ,[[ open open source file .htm|#OPEN]] ,[[ import import from text script .htm|#IMPORT]]