设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
查看: 1166|回复: 4
打印 上一主题 下一主题

请教! 如何将 String 转换成 Integer 或 Double

[复制链接]
跳转到指定楼层
1#
发表于 2002-7-4 03:05:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
用哪个函数?
谢谢指教!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
2#
发表于 2002-7-4 03:07:00 | 只看该作者
cint()
3#
 楼主| 发表于 2002-7-4 03:15:00 | 只看该作者
谢谢!
不过ACCESS的 Integer 太小了,只相当于 SQL 的 Tinyint.

导致我的程序 Overflow.
4#
发表于 2002-7-4 03:18:00 | 只看该作者
還有cdbl(),ccur(),cdec()分別來轉換雙精度的,貨幣的,和decimal()類型 的.
5#
 楼主| 发表于 2002-7-4 03:41:00 | 只看该作者
我把它补全吧!

CBool(expression)

CByte(expression)

CCur(expression)

CDate(expression)

CDbl(expression)

CDec(expression)

CInt(expression)

CLng(expression)

CSng(expression)

CStr(expression)

CVar(expression)

Function | Return |  Remark
CBool      Boolean   Any valid string or numeric expression.
CByte      Byte      0 to 255.
CCur       Currency  -922,337,203,685,477.5808 to 922,337,203,685,477.5807.
CDate      Date      Any valid date expression.
CDbl       Double    -1.79769313486231E308 to -4.94065645841247E-324 for negative values; 4.94065645841247E-324 to 1.79769313486232E308 for positive values.

CDec        Decimal   +/-79,228,162,514,264,337,593,543,950,335 for zero-scaled numbers, that is, numbers with no decimal places. For numbers with 28 decimal places, the range is
+/-7.9228162514264337593543950335. The smallest possible non-zero number is 0.0000000000000000000000000001.

CInt        Integer    -32,768 to 32,767; fractions are rounded.
CLng        Long       -2,147,483,648 to 2,147,483,647; fractions are rounded.
CSng        Single     -3.402823E38 to -1.401298E-45 for negative values; 1.401298E-45 to 3.402823E38 for positive values.

CStr        String     Returns for CStr depend on the expression argument.
CVar        Variant Same range as Double for numerics. Same range as String for non-numerics.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-11-29 23:35 , Processed in 0.100263 second(s), 28 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表