Office中国论坛/Access中国论坛

标题: 如何将几行代码写在一行中? [打印本页]

作者: fatmingli    时间: 2003-5-6 19:19
标题: 如何将几行代码写在一行中?
dim a,b,c,d as string
a=1
b=2
c=3
d=4

为了节省行数,我想将几行合成一行,可以吗?如何连接?
dim a,b,c,d as string
a=1  b=2  c=3   d=4

作者: Roadbeg    时间: 2003-5-6 19:31
dim a,b,c,d as string : a=1 : b=2 : c=3 : d=4




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3