sc_changed({Field_Name})

Macro to check if the field name have been changed.

Ex. 1:
if (sc_changed({my_field}))
{
Echo "Filed have been changed";
}