Since 4/14/2012 3:26:59 AM, zhangchunlin has written 0 articles and participated in 0 conversations. zhangchunlin signature: zhangchunlin
zhangchunlin's articles:
Items(2) /1
How to add a contact in names.nsf2270 (10/15/2008 6:10:44 AM) comp.groupware.lotus-notes.misc Here is my python code,I dont know why all operation return
success,but In Notes I dont see any new contact.But the change
operation is OK.Such change a property of contact.
"
from win32com.client impor... Chunlin
why error C2051?343 (11/17/2006 7:21:47 AM) comp.lang.c const int c=9; void main() { int a=9; switch (a) { case c: a=c+1; break; } } ----------- compile result: c.c(8) : error C2051: case expression not constant ----------- But [c] is a const int....why? ... clino