函数简介:
保存指定的字库到指定的文件中.
函数原型:
long SaveDict(index,file)
参数定义:
index 整形数:字库索引序号 取值为0-99对应100个字库
file 字符串:文件名
返回值:
整形数:
0:失败
1:成功
示例:
dm.SetPath "c:\test_game"
dm.AddDict 0,"FFF
dm.AddDict 0,"
dm.AddDict 0,"
dm.SaveDict 0,"test.txt"