2017-08-02 05:27 PM
for i = 1 to num_bays if strstr(bay_type, 'Car') then gosub "Draw Bay" if strstr(bay_type, 'PTW') then gosub "Draw Bay" if strstr(bay_type, 'Cycle') then gosub "Draw Cycle" add A,0, 0 ! Move to next space
2017-08-02 07:32 PM
2017-08-03 02:46 PM
Dave wrote:I tried this but no luck. I just made a num_bays_2 parameter and made it equal num_bays - 1 and it worked correctly.
FOR I = 1 TO num_bays - 1
David
2017-08-04 04:17 PM
2017-08-05 02:54 PM
for i = 2 to num_baysYou should add a Signature to your Profile (click the Profile button near the top of this page) with your ArchiCAD version and operating system (see mine for an example) for more accurate help in this forum.
2017-08-07 09:49 AM