单项选择题
A. @do B. @for C. @while D. @dowhile
jim,adominoprogrammer,wanttodeterminethenumberofworking...
单项选择题jim ,a domino programmer, want to determine the number of working days in a year. Which one of the following formula should he use?()
A. @days B. @holidays C. @wokdeddays D. @businessday
Inthevideoform.theOrderDatefield(WhichshowsWhenthevideo...
单项选择题In the video form. the OrderDate field (Which shows When the video may be ordered)is calculated based on the Date field (Which displays the release date ). The order date is 30 days prior to the release date. Which one the following formulas will calculate the OrderDate value?()
A.@Number(Date)-30 B.@Adjust(Date;0;0;30;0;0;0) C.@Adjust(Date;0;0;-30;0;0;0) D.@If(Date!="";Date-30;@Failure(There is no current release date"))
whichoneofthefollowingstatementswouldleeincludeinanagen...
单项选择题which one of the following statements would lee include in an agent to limit the documents processed by the agent to those for which the value of the type field is "action"? ()
A.FIELD Type :="action" B.SELECT Type ="action" C.SELECT Type :="action " D.@if (type="action";@success;@failure)