vars:String;ps:pChar;begins := '123456789';ps := StrAlloc(9);move(s,ps,length(s));showMessage(ps);showMessage(s);showMessage(inttostr(StrBufSize(ps)));StrDispose(ps);end;這樣報(bào)錯(cuò)。。。。showMessage(s)出錯(cuò),這個(gè)函數(shù)到底怎么用的?
- 2 回答
- 0 關(guān)注
- 399 瀏覽
添加回答
舉報(bào)
0/150
提交
取消