How do you get handle for a field on web?
Using documentcontext of notes session class. In case if it is for field validation using JavaScript.
What is Query String CGI variable?
The information that follows the question mark (?) in the URL that referenced this script. Note If your Domino server is configured to allow search engines to search your Web site Domino will generate URLs with an exclamation mark (!) instead of a question mark (?). If this is the case the Query String CGI variable includes the information that follows the exclamation mark (!). Domino always recognizes both the question mark (?) and the exclamation mark (!), but only generates URLs with the exclamation mark (!) if your site is accessible to Web search engines. Generating URLs with an exclamation mark (!) makes them more searchable.
When do we get subscript out of range error?
When accessing an array, either the number of subscripts does not match the given array's defined dimensions, or the size of one or more subscripts does not match the given array's bounds.
Difference between @Replace and @Replacesubstring?
@Replace:
Performs a find-and-replace operation on a text list.
@Replacesubstring:
Replaces specific words or phrases in a string with new words or phrases that you specify. Case sensitive. Return value is text list in both cases.
How do you replace a value in a list?
Using @Replacesubstring
No comments:
Post a Comment