问题描述
声明:
WriteLine(lFileNum,mFirstLineColor)
因以下错误失败:
附加信息:程序电话或参数无效。
mFirstLineColor是类型颜色
写不出颜色?
如果你只想保存一堆东西并在以后恢复它是写下
方式去或打印更好的方法。或者还有其他更好的东西吗?
提前致谢
The statement:
WriteLine(lFileNum, mFirstLineColor)
Fails with the following error:
Additional information: Procedure call or argument is not valid.
mFirstLineColor is type Color
Can''t Write write a Color??
If you just want to save a bunch of stuff and restore it later is Write the
way to go or is Print a better way. Or is there something else that''s better?
Thanks in advance
Tr************@REMOVEaol.com
推荐答案
因为有很多WriteLine方法,所以我不认为它会起作用
只写简单写字(x,x)
但在这种情况下,我很可能错了。
Cor
Because there are a lot of WriteLine methods, so I don''t think it will work
by only writing writeline(x,x)
But in this case it is very much possible I am wrong.
Cor
不知道这是不是更好的方式,但它是一个方式:
-
Armin
Don''t know if it''s the better way but it''s one way:
http://msdn.microsoft.com/library/en...ingobjects.asp
--
Armin
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
这篇关于__WriteLine不能写一个Color变量??的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!