Help with logical if

  • Автор темы Автор темы fudge
  • Дата начала Дата начала

fudge

Новичок
Регистрация
23.04.2022
Сообщения
15
Реакции
1
Баллы
3
Hi,

I want projectmaker to stop doing a task when one variable is equal to another. I am using this in logical if:
C#:
Развернуть Свернуть Копировать
{-Variable.listcounter-} = {-Variable.numberoftextfields-}
projectmaker says the numbers of the two variables are not equal, when they are equal. What am I doing wrong?

Thank you
 
I fixed this. It can be deleted. Thank you
 
{-Variable.listcounter-} == {-Variable.numberoftextfields-} (same)
{-Variable.listcounter-} != {-Variable.numberoftextfields-} (different)
 
  • Спасибо
Реакции: fudge

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)