if statements


sub town
     if x = 1 , y = 1 then
       textwindow.clear()
       shop()
     elseif x = 1 , (6 <= y > 1) then
       townrandom()
     endif
endsub

elseif x = 1 , (6 < y > 1) then

im trying make (1,2),(1,3),(1,4),(1,5),(1,6) sub townrandom


do want this?

sub town   if x = 1 , y = 1     textwindow.clear()     shop()   elseif x = 1 , (2 <= y , y <= 6)     townrandom()   endif endsub

nonki takahashi



Learning  >  Small Basic



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........