06/04/04 11:04:38 dDnQNPP3
>>99
バグかは分からんが、#deffuncのstrはpeekできないのかも。とりあえず、
#module
#deffunc test_mes str p_text
s = p_text //【追加】
sdim a,100
c = strlen(p_text)
repeat c
a = peek(s, cnt) //【p_textをsに変更】
mes a
loop
return
#global
test_mes "TEST"
stop
これで通るはず。あとバージョン依存とかは未調査れす。