  _   _                __              _____ _______       
 | \ | |  _     _     / _|            / ____|__   __|/\    
 |  \| |_| |_ _| |_  | |_ ___  _ __  | |  __   | |  /  \   
 | . ` |_   _|_   _| |  _/ _ \| '__| | | |_ |  | | / /\ \  
 | |\  | |_|   |_|   | || (_) | |    | |__| |  | |/ ____ \ 
 |_| \_|             |_| \___/|_|     \_____|  |_/_/    \_\
-----------------------------------------------------------
                   DOC MADE BY UNIVEX
                    @COPYRIGHT 2018
----------------------------------------------------------

Introduction:

Variables
 Declare
 Use

Function
 Use

List



I-Variables
 a)Declares
How to declare variable in N++:

float - int - bool: var [name] set val [1.5, 1, false or true]; //with out [];
double - string: string set val "" or 1.5;

public variable -> global on in c# = public static

b) Use
set val => edit value
get val => get current value of variable.
-> = new in c#
imp => implement or add Event

II-Function
a)Use
priority = function main.

priority onDown([obj], EventArgs e)
{
}
[obj] is an object in C# = object sender.

II- List

global on string is list [name_of_var] set val list count [items count] end list;


Thank for download !
 
