搜索
查看: 2098|回复: 1

formatex是什么意思?

[复制链接]
发表于 2007-1-18 19:10:17 | 显示全部楼层 |阅读模式 来自 中国–北京–北京–海淀区
formatex是什么意思? 跟format有什么不同?
发表于 2007-1-18 19:32:58 | 显示全部楼层 来自 中国–广东–潮州–湘桥区

回复: formatex是什么意思?

/* Same as format(), except does not perform a "copy back" check.
* This means formatex() is faster, but DOES NOT ALLOW this type
* of call:
*  formatex(buffer, len, "%s", buffer)
*  formatex(buffer, len, buffer, buffer)
*  formatex(buffer, len, "%s", buffer[5])
* This is because the output is directly stored into "buffer",
*  rather than copied back at the end.
*/
native formatex(output[] ,len ,const format[] , {Float,Sql,Result,_}:...);
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表