|
|

楼主 |
发表于 2008-12-14 15:56:21
|
显示全部楼层
time_to_num()这个函数不存在,只存在这些函数:
; m# p; u+ C% y b. V* X/ X3 G4 L# XConversion Method Data Type of the Return Value * d9 R- y# F) n4 g, j+ s
bool_to_num(<boolean>) real
2 \1 I+ f2 F. A3 E$ [$ f0 `! vnum_to_bool(<integer>) boolean . j& Y. T( O2 C6 T3 A: F# q4 @
str_to_bool(<string>) boolean
* H) O( P: P, `str_to_date(<string>) time 9 }0 Z- v/ R; K F- |3 [/ V2 i
str_to_datetime(<string>) datetime ) J1 E& U9 {" \# K+ C5 K9 j
str_to_length(<string>) length
, ?+ M. m' M# f1 o: ^" k) {str_to_num(<string>) real / Y1 w5 n( n0 ^3 Y/ c
str_to_obj(<string>) object
3 e5 q+ S2 I/ Gstr_to_speed(<string>) speed
& s6 U; B% O. }& ustr_to_time(<string>) time 7 }0 ]& n$ u* U; d: d4 [+ o: N
str_to_weight(<string>) weight 7 z) p) f5 `5 _' B- h$ j# l* B
to_str(<any>, ...) string & t5 `1 d4 v+ f; I
我的是7.0版,不知道8.1有没有。 |
|