"R.Wieser" <address@[EMAIL PROTECTED]
> wrote in
news:44ccfdf6$0$4526$e4fe514c@[EMAIL PROTECTED]
> Hello All
>
> I've got a copy of the old Borland TASM v1.01 here, but can't
> get certain
> stuff to work.
>
> To be precise, I'm trying to use a "catstr", but no matter what
I
> try it does not seem to want to accept it. And yes, an Hexdump
of
> the file revealed it does know the word itself. :-)
>
> So, I'm looking for a(n electronic copy of the) users-manual. If
> you have one or know where to find one I would appriciate the
> information.
>
> regards,
> Rudy Wieser
>
Don't have an electronic copy, but my paper copy says:
CATSTR Concatenates several strings to form a single string.
syntax: name CATSTR string[,string]...
each string may be one of the following:
a string argument enclosed in angle brackets, like <abc>
a previously defined text macro
a numeric string substitution starting with %
Example LETTERS CATSTR <abc>,<def>
Ian
--
*********** To reply by e-mail, make w single in address
**************


|