int handle; int value=10; handle=FileOpen("filename.dat", FILE_BIN|FILE_WRITE); if(handle<1) { Print("不能打开错误文件-",GetLastError()); return(0); } FileWriteInteger(handle, value, SHORT_VALUE); //... FileClose(handle);复制代码
int handle; int value=10; handle=FileOpen("filename.dat", FILE_BIN|FILE_WRITE); if(handle<1) { Print("不能打开错误文件-",GetLastError()); return(0); } FileWriteInteger(handle, value, SHORT_VALUE); //... FileClose(handle);
收藏 0 点赞 0 评论 使用道具
点赞 评论 使用道具
发表评论 评论后跳转到最后一页
您还未插入代码,请在菜单栏点击<>插入代码:
请输入对应售价:
H币
提交
填写个人签名