What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items * Values; subtotal * (1 + rate)
James is creating an IBM LotusScript agent that will concatenate a string value and a numeric expression. Using the following code snippet, what will be the output? a$ = "500" b% = 200 c$ = "100" print (a$ & b%) + c$
Akane is trying to decide between using @Command([RefreshWindow]) and @Command(ReloadWindow]) in a view action. What is the significant difference between the two?
Steven is using Java to write an agent in his application and needs to get a handle to the database that the agent is running in. How can Steven accomplish this?
In addition to monitoring Java heap usage, what other feature is enabled when a developer sets the "Show heap status" preference setting in IBM DominoDesigner?
Which statement is true regarding the Extension Library Tooltip control?