Hi,
How to extract some caracters from a field?
for example in comment i have "6A - 128"
and i wanted to copy 6A in key and 128 in BPM
I tried for hours without succes.
Any idea?
Thx a lot
Hi,
How to extract some caracters from a field?
for example in comment i have "6A - 128"
and i wanted to copy 6A in key and 128 in BPM
I tried for hours without succes.
Any idea?
Thx a lot
I finally succed by making 2 copy and using ^.{5}and .{5}$
you could create an action of the type
guess value
for comment
and enter a mask like this:
%key% - %bpm%