lotus domino - What is this Ampersand tailed to variable name -
In some tutorials, I get access to the variable with Android at the end of their names such as box type & amp; : I am learning Lotus script while developing , So I miss some basics! I would like to know what this ampersand means in this context. This is a so-called "type suffix" and tells you that the box type is of type long and the answer is integer Generally, you use it explicitly instead of declaring the variable. Li>
% include "lsconst.lss" dim box type Reply as long as, integer box type & amp; = MB_YESNO + MB_ICONQUESTION Answer% = Messagebox ("Do you want to continue?", Type the box and, _ "continue?")
Comments
Post a Comment