Search found 1 match

by Arthur Dent
Sun Jul 30, 2017 2:24 pm
Forum: Requests - Questions
Topic: If-Then-Else for Variables
Replies: 1
Views: 1814

If-Then-Else for Variables

Hi, I'd like to have an "If-Then-Else" structure for variables. I have two types of filenames: "Dance - Titel - Artist" and "Titel - Artist". If I want to get the artist out of the filename it's easy: %?F3;F2% This is like "If F3 exists, use F3, else use F2" But for the title I would need something ...