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

Functions

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

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
File Created: 1999:04:15:16:51:24
Last Updated: 1999:04:15:16:51:24