Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DateTime variable and IStringMap
#2
Macro Macro2365
Code:
Copy      Help
DateTime x y
x.FromComputerTime

;convert DateTime to string to store in IStringMap
str s=x

;code skipped: add s to IStringMap, get s from IStringMap

;convert string to DateTime
y=val(s 1)

;result
out y.ToStr


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)