View Single Post
Old 01-10-2019, 07:48 AM   #22
Xenakios
Human being with feelings
 
Xenakios's Avatar
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 8,062
Default

Quote:
Originally Posted by Eliseat View Post
HELP! New problem, new question. How can I get a ^ in a string without breaking it?
At least this works fine, but I don't know if there's some issue when you try to put the result into the clipboard or something...

Code:
local filename="foo.mkv"
local str = "^\""..filename.."\""
print(str)
outputs
Code:
^"foo.mkv"
__________________
I am no longer part of the REAPER community. Please don't contact me with any REAPER-related issues.
Xenakios is offline   Reply With Quote