如何通過組分隔符將進度條分開?我嘗試過(29)沒有任何運氣。如何通過ASCII控制代碼與Progress 4GL分割輸入?
條碼掃描到記事本++:http://i.imgur.com/8DmPZ.png
條碼掃描到輸入字段:2409271405202120330017100282和
感謝。
def var c as char no-undo.
def var i as int no-undo.
update c format "x(50)".
do i = 1 to length(c):
message substr(c, i, 1) = chr(29).
end.
你目前的代碼是什麼樣的? – 2012-03-30 13:48:33