Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get a Folder path containing a certain str variable
#2
To join strings, use str functions from or format, like this:

str number
str path

number="3456"
path.format("C:\Doc\#%s#" number)

It inserts number into path, replacing %s.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)