Also, try: #FullBucketSite#[m[#*CURRENTSECTION*]]
That works for me with:
(Obviously it won't direct to an existing page since there's no "index" page. However it should work with the value of your original measure.)
Also, while the docs state using [#variable] against #variable# won't give any actual advantage, in some cases it's the only way to ensure a variable stays dynamic, so I always use [#variable] syntax everywhere. However not sure about how this works so maybe Balala or Yin can give a better explanation about when to use what syntax. All I know is one is #Normal# and the other is [#Nested]. And of course, [#*Escape*] so the variable remains dynamic when it will be used on the bang. If you don't scape [#CurrentSection] when using it in the variables section, it will reference the variables section, since its the "CurrentSection".
In your case since you are nesting variables aka [measure#variable#] you have to nest them forceably like: [measure[#Variable]] or [&measure[#variable]]. You can even nest the measure and the variable like [&[&measure][#Variable]] which would reference a completely different thing.
That works for me with:
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[mBG]Measure=StringString=index[BG]Meter=ImageSolidColor=0,0,0,200W=450H=180LeftMouseUpAction=[[#App1Download]]
Also, while the docs state using [#variable] against #variable# won't give any actual advantage, in some cases it's the only way to ensure a variable stays dynamic, so I always use [#variable] syntax everywhere. However not sure about how this works so maybe Balala or Yin can give a better explanation about when to use what syntax. All I know is one is #Normal# and the other is [#Nested]. And of course, [#*Escape*] so the variable remains dynamic when it will be used on the bang. If you don't scape [#CurrentSection] when using it in the variables section, it will reference the variables section, since its the "CurrentSection".
In your case since you are nesting variables aka [measure#variable#] you have to nest them forceably like: [measure[#Variable]] or [&measure[#variable]]. You can even nest the measure and the variable like [&[&measure][#Variable]] which would reference a completely different thing.
Statistics: Posted by RicardoTM — Today, 6:10 pm