Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to Concatenate Info together using StrCat

Keywords: strcat concatenate

How to use StrCat to concatenate several things together:

a05="Wilson WindowWare, Inc. %@CRLF%"
a10="5421 California Ave. SW %@CRLF%"
a15="Seattle, WA 98116 %@CRLF%"
a16="Tel: 1.206.938.1740 USA Orders: 1.800 762.8383 %@CRLF%" 
a17="Fax: 1.935.7129 Technical Support: 1.206.937.9335 %@CRLF%"

a20=StrCat(a05,a10,a15,a16,a17)

ClipPut(a20)

SendKey("^v")

Article ID:   W13046
Filename:   Concatenate using StrCat to Cat info Together.txt