Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"from" question
#2
Examples

Code:
Copy      Help
str s = "notepad"
str ss.from(s ".exe")
;now ss is "notepad.exe"

;The same with +:
ss=s
ss+".exe"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)