WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Samples from Users
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Convert Concatenation from Colon to StrCat using TXL

 Keywords:  

[ Txl.Wbt.ColonToStrCat.zip ]
;==========================================================================================================================================
; WinBatch Studio Tool
; ColonToStrCat
;------------------------------------------------------------------------------------------------------------------------------------------
; This WBStudio tool "ColonToStrCat" converts the method of string concatenation
; from colon ":" character to function "StrCat ()".
;
; The colon string concatenator was introduced in WB 2006D, Sep 22, 2006, DLL 5.12del.
; This script guarantees backward compatibility.
;------------------------------------------------------------------------------------------------------------------------------------------
; Note: Sometimes the edited script requires reformatting.
;
; Note: There may exist one or more TXL quirks which will create an erroneous wbt script.
;       e.g.
;       Switch @TRUE   will be changed to    Switch@TRUE
;       Case @TRUE                           Case@TRUE
;       EndSwitch                            EndSwitch
;------------------------------------------------------------------------------------------------------------------------------------------
; This script calls "txl.exe" from the application "The TXL Programming Language".
; - using "WinBatch.grm"   ; 2009-08-16, 18:53:05; from: snowsnowsnow gazelle@xmission.com
; - using "fixStrCats.txl" ; 2009-08-16, 18:53:05; from: snowsnowsnow gazelle@xmission.com
;
; The "FreeTXL" application is available at "http://www.txl.ca/ndownload.html".
; The application must be installed to use it with this script. Adapt the installpath as needed (see below).
;------------------------------------------------------------------------------------------------------------------------------------------
; Installation notes:
;
; Create a folder "wbt" in the root folder of the TXL folder
; and put a copy of the additional control files into this folder.
;    "C:\Program Files\Txl105e\wbt"                    (Folder for TXL WinBatch control files)
;    "C:\Program Files\Txl105e\wbt\WinBatch.Grm"       (TXL WinBatch Grammar file)
;    "C:\Program Files\Txl105e\wbt\ColonToStrCat.txl"  (TXl script)
;------------------------------------------------------------------------------------------------------------------------------------------
; 20100108: Version 1.00 : Initial published.
;
; Detlev Dalitz.20100108.
;==========================================================================================================================================

;------------------------------------------------------------------------------------------------------------------------------------------
; Example for integration into wsp-user.mnu:
;
;   _ColonToStrCat ; Convert string concatenation from colon ":" character to "StrCat ()".
;       Call ("W:\WBT\WBSTUDIO\WBStudio.ColonToStrCat.wbt",0)
;==========================================================================================================================================

Article ID:   W18241
Filename:   Convert Concatenation from Colon to StrCat using TXL.txt
File Created: 2019:08:14:09:27:30
Last Updated: 2019:08:14:09:27:30