DEFAULT KeyThought := Topic;
KeyThought
次の式は上の式と等価です。
@If(@IsAvailable(KeyThought); KeyThought; Topic)
ENVIRONMENT OrderNumber := @Text(NewOrderNumber)
@If(@Matches(@LowerCase(Company); "*, inc*"); @Return(""); "");
FIELD Company := Company + ", Inc.";
FIELD CompanyName := Company + ", Inc.";
FIELD CompanyName := @DeleteField;
REM "6/15/95";
REM "The following formula calculates the date";
REM "for the DueDate field";
REM "DueDate is the Date field + thirty days";
REM;
@Adjust(Date; 0;0;30;0;0;0)
REM {1/15/01};
REM {The following formula calculates the date};
REM {for the "DueDate" field};
REM {"DueDate" is the Date field + thirty days};
REM;
@Adjust(Date; 0;0;30;0;0;0)
SELECT @All
SELECT Form="Product Specification" | @IsResponseDoc
SELECT Categories != "Unsigned Contracts";
FIELD Status := "Closed"