can someone help i’m getting runtime error The operation >= cannot accept the arguments: , [empty-string], [5]
![]()
>= can only compare two numers.
and wherever you are are using this Block the first value to compare is a empty-string and second is a number.
make sure to use numbers only.
              
              
              4 Likes
            
          
