摘要:
条件分支结构1. if ...then...end if if a>b then a=a-1 end if2 if ..then... else ...end if3 if ..then elseif... else... end ifchoose..case结构 string strint ii=5choose case icase 1 str="星期一"case 2str="星期二"case 3str="星期三"case 4str="星期四"case 5 str ="星期五"case 阅读全文
posted @ 2013-11-27 17:47
胳膊拧不过大腿
阅读(548)
评论(0)
推荐(0)
摘要:
1 标准数据类型Blob (二进制数据)Boolean (ture/false)Character (字符,简写为char)Date (日期 2013-11-11)DateTime (带时分秒的日期 2013-11-11 11:11:59)Time (只有时分秒的时间 12:00:01)Decimal (数值型 比如 123.66 相当于 numeric)Interger (int ,相当于SQL中的smallint)Long (相当于SQl中的int)Real (精度为6位小数)String (字符串)UnsignedInteger (无符号整形 uint)Unsigned Long (无符 阅读全文
posted @ 2013-11-27 12:35
胳膊拧不过大腿
阅读(968)
评论(0)
推荐(0)
浙公网安备 33010602011771号