| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #IMPORT(import from text script) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ image display graphic .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ include include a template file .htm|{{btn_next_n.gif|Next page}}]] | | || | | **#IMPORT(** //source //**)** | **[, | RENAME | ]** | | | | **  | REPLACE|** | {{blk2blue.jpg|blk2blue.jpg}} | **#IMPORT** | Creates an .APP for Clarion for Windows from a .TXA script //source// file. | | //source// | The name of the .TXA script file from which to create the .APP file. | | **RENAME** | Overrides the **Procedure Name Clash** prompt dialog and renames all procedures. | | **REPLACE** | Overrides the **Procedure Name Clash** prompt dialog and replaces all procedures. | The **#IMPORT** statement adds procedure definitions to a Clarion for Windows .APP file from a .TXA script //source// file. This can be used for importing from other versions of Clarion application development products. {{notebox.jpg|NoteBox.jpg}} The internal project information is no longer accessible to be modified by importing a [PROJECT] TXA section using #IMPORT. Alternatively, the use of #PROJECT is recommended. **Example:** ** #UTILITY(SomeUtility,'Some Utility Template')** **  #PROMPT('File to import',@s64),%ImportFile** **  #IMPORT****(%ImportFile)** **See Also: [[ project add file to project .htm|#PROJECT]]**