So, I have as usual, a convoluted set up that basically means, clicking a download button uses the Measure value added to the Site variable to get the full link via #App1Download#:The code is fully working, up to the point where I click the link to download the package.
The Log states: https://www.fullbucket.de/music/[mVariables] instead of the full link. How do I get the second half of the link? I seem to keep having this issue where I use a Variable containing a Section Variable, that never uses the MeasureName, but instead just adds [Variables] to the value.
I've tried all sorts of escaping to try to get the second half of the link, but just get whatever I type added to the full link address. If I use [mApp1Download], it works fine, but I would like to use [m#CURRENTSECTION#] and have come across the need to use this in several other instances, but just don't understand how it works. Sorry if I've already got an answer previously, I may have asked about this before, but don't believe it was resolved.
What is the correct syntax for this please?
Thanks
Code:
[Variables]FullBucketSite=https://www.fullbucket.de/music/App1=Grain StrainApp1Debug=App1Current=1.1.2App1RegEx=CLAP Version.*<a href="(.*)">.*VST3 Version (.*)</b>App1Site=#FullBucketSite#grainstrain.htmlApp1Download=#FullBucketSite#[m#CURRENTSECTION#]mApp1DownloadIndex=1mApp1LatestIndex=2
The Log states: https://www.fullbucket.de/music/[mVariables] instead of the full link. How do I get the second half of the link? I seem to keep having this issue where I use a Variable containing a Section Variable, that never uses the MeasureName, but instead just adds [Variables] to the value.
I've tried all sorts of escaping to try to get the second half of the link, but just get whatever I type added to the full link address. If I use [mApp1Download], it works fine, but I would like to use [m#CURRENTSECTION#] and have come across the need to use this in several other instances, but just don't understand how it works. Sorry if I've already got an answer previously, I may have asked about this before, but don't believe it was resolved.
What is the correct syntax for this please?
Thanks
Statistics: Posted by sl23 — Yesterday, 4:53 pm — Replies 13 — Views 202