Получить текст стандартного сообщения на языке программы.


Call:

string sresult = ts_text_mc(int itextcode);


Here:

itextcode - message index on table:


Index

Text

1

Run

2

Start

3

Cancel

4

Continue

5

Error

6

Information

7

Warning

8

Checking

9

Do All

10

Ok

11

Create

12

Open

13

Close

14

Read

15

Write

16

Yes

17

No

18

Help


Example.

Get the text of the word "Run" in the language of the program that launched the script for execution.


string str = ts_text_mc(1);