自分ではうまくできたつもりなのですが、エラーが出て動きません。
そのまま貼るには余分なものが多いので、サンプルを改造し再現したものを貼ります。
投稿するにはどうすればいいでしょうか。
#include "hspinet.as" netinit if stat : dialog "ネット接続できません。" : end username = "hsp_taro" password = "greathsp" neturl "http://"+username+":"+password+"@twitter.com/statuses/" prm = "status=HSP%82%A9%82%E7%93%8A%8De%83e%83X%83g%81I%20%5Bhsp%5D" netrequest_post "update.xml", prm mes "DOWNLOAD 開始" *main ; 結果待ちのためのループ netexec res if res > 0 : goto *comp if res < 0 : goto *bad await 50 goto *main *bad ; エラー neterror estr mes "ERROR "+estr stop *comp ; 完了 mes "DOWNLOAD 完了" netgetv buf mesbox buf,640,400,1 stop