Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with strings 2.3.3.2
#1
The following statements give correct output with 2.3.3.0

Macro temp
Trigger SF12     Help - how to add the trigger to the macro
Code:
Copy      Help
str s="23-06-2010 10:28:39"
str st.from(_s.get(s 6 4) _s.get(s 3 2) _s.get(s 0 2) " " _s.get(s 11 2) _s.get(s 14 2) _s.get(s 17 2))
out st
;20100623 102839

However the result is erroneous (39) woth 2.3.3.2.

Please advise.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)