closed paran "("

new BookmarkLockedFalling
kokenge
Senior Member
****

kokenge Avatar

Posts: 261

Post by kokenge on Jun 7, 2008 11:13:01 GMT -5

Sometimes forgetting to close a "(" will cause problems.

Don't try this a home folks.
-------------------------------------------------
a$(1) = trim$(word$(result,1,ドル"|")
end
-------------------------------------------------

This gives a proper error if the target is not an array.
-------------------------------------------------
a$ = trim$(word$(result,1,ドル"|")
end
-------------------------------------------------
carlgundel
Administrator
*****
Creator of Run BASIC

carlgundel Avatar

Posts: 975

Post by carlgundel on Jun 7, 2008 12:48:20 GMT -5

kokenge Avatar
Sometimes forgetting to close a "(" will cause problems.

Don't try this a home folks.
-------------------------------------------------
a$(1) = trim$(word$(result,1,ドル"|")
end
-------------------------------------------------

This gives a proper error if the target is not an array.
-------------------------------------------------
a$ = trim$(word$(result,1,ドル"|")
end
-------------------------------------------------

Thanks for the bug report.

-Carl
carlgundel
Administrator
*****
Creator of Run BASIC

carlgundel Avatar

Posts: 975