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; :

 % 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?")   

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.

  • Integer (integer) = = << The prefix is:

    Li>

  • = =
  • Single =!
  • Double = #
  • Currency = @
  • String = $

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -