closed paran "("
Jun 7, 2008 11:13:01 GMT -5
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
-------------------------------------------------
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
-------------------------------------------------