home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
Chip_2000-02_cd.bin
/
zkuste
/
Delphi
/
navody
/
tt
/
objvm.exe
/
UNITS
/
RC
/
English
/
ObjVM.rc
Wrap
Text File
|
1998-06-26
|
435b
|
13 lines
#include "LangValMsgs.PAS"
STRINGTABLE
{
sErrCantBeString ,"This value can't be string"
sErrCantBeInt ,"It is not an integer value"
sErrCantBeBool ,"It's not a boolean value"
sErrCantBeVar ,"It is't variant"
sErrCantBeFloat ,"It is't number"
sErrNoValues ,"This value contains no values"
sErrNotExecutable ,"This is not executable value"
sErrNeedParameter ,"I need more parameters for thos function"
}