Показать сообщение отдельно
Старый 13.10.2008, 09:31   #6  
Karo is offline
Karo
Участник
 
16 / 10 (1) +
Регистрация: 27.04.2003
Адрес: Москва
Еще есть:

EVALUATE (Variable)
Use this function to evaluate a string representation of a value into its normal representation. The system assigns the result to a variable.

[Ok :=] EVALUATE(Variable, String[, Number])

Variable
Data type: boolean, integer, option, date, time, text constant, code or GUID.
Any type of variable. The value of the string is assigned to the variable.

String
Data type: text constant or code
A string containing a value of any simple C/AL data type.