maketext using a message number

Other discussions about CSPro
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

maketext using a message number

Post by AriSilva »

The Message File help mentions that you can use the message number in a maketext function. I´m using it all the time and it works.
It is very good.
I would suggest to include that in the maketext syntax, with an example, like
string s = maketext(155);
and a cross reference See Also Message File

And maybe a cross reference also in the Errmsg function to maketext
Best
Ari
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: maketext using a message number

Post by aaronw »

Sounds good. I didn't go so far as to add the alternate syntax to both errmsg and maketext, but I did cross reference the message file in both the errmsg and maketext.
Post Reply