else что это



Else это

Автор ~STAN~ задал вопрос в разделе Другие языки и технологии

че такое else и then ???О_о и получил лучший ответ

Ответ от Николай Балакин[эксперт]
части составного оператора
if [условие] then [действие если условие истинно] else [действие если условия ложно]

Ответ от роман а[активный]
иначе и то

Ответ от Вован де Морт[гуру]
условные операторы

Ответ от •°•° mikityak •°•°[гуру]
Conditionally executes a group of statements, depending on the value of an expression.
If condition Then statements [Else elsestatements ]
Or, you can use the block form syntax:
If condition Then
[statements]
[ElseIf condition-n Then
[elseifstatements]]. .
[Else
[elsestatements]]
End If
Arguments
condition
One or more of the following two types of expressions:
A numeric or string expression that evaluates to True or False. If condition is Null, condition is treated as False.
An expression of the form TypeOf objectname Is objecttype. The objectname is any object reference and objecttype is any valid object type. The expression is True if objectname is of the object type specified by objecttype; otherwise it is False.
statements
One or more statements separated by colons; executed if condition is True.
condition-n
Same as condition.
elseifstatements
One or more statements executed if the associated condition-n is True.
elsestatements
One or more statements executed if no previous condition or condition-n expression is True.

Ответ от 3 ответа[гуру]
Привет! Вот подборка тем с похожими вопросами и ответами на Ваш вопрос: че такое else и then ???О_о
SQL Server Reporting Services на Википедии
Посмотрите статью на википедии про SQL Server Reporting Services
Ветвление программирование на Википедии
Посмотрите статью на википедии про Ветвление программирование
 

Ответить на вопрос:

Имя*

E-mail:*

Текст ответа:*
Проверочный код(введите 22):*