0
「的突破」我有一個查詢:進展4GL查詢可選
for each a where ...,
each b where ...,
each c where ...,
break by c.xxx by c.yyy by c.zzz.
我需要的休息根據用戶輸入改變。
當我嘗試定義查詢:
def query qa for a, b, c.
if ... then open qa for each a... (as above)
那麼它將不能編譯,因爲:
BREAK requires query be defined SCROLLING. (14283)
我怎樣才能「用破」設定的變量?