Groups
Groups
Sign in
Groups
Groups
Visual Graph技术论坛
Conversations
About
Send feedback
Help
VG简单技术问题
0 views
Skip to first unread message
xing-...@163.com
unread,
Apr 7, 2009, 9:13:36 PM
4/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Visual Graph技术论坛
各位请教:
我是一个刚刚学VG的人,现在有一个简单问题;有一个五位的数,我想把每一位单独取出。
如:98145,我想把“9 ”先取出来,再把“8 ” 取出,依次把五位取完。
请帮忙:谢谢!!
zgj67
unread,
Apr 7, 2009, 10:58:07 PM
4/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to visual...@googlegroups.com
用SubStr( s, 1, 1 )取第一位9,用substr( s, 2, 1 )取第二位8
substr在ext.dll里面定义,在consts.bas里面声明
Reply all
Reply to author
Forward
0 new messages