How to print a long string in VB# Computation - 科学计算
d*g
1 楼
I am tring to print a long string len>2000 in VB.
I tried a simple
print #2, temp$
temp$ is the long string.
But my eiditor shows an error. probably my editor can not handle that long
string. What can I do to fix that? thanks
I tried a simple
print #2, temp$
temp$ is the long string.
But my eiditor shows an error. probably my editor can not handle that long
string. What can I do to fix that? thanks