I am not sure how we got ASP script here. The section names are available as standard lectora variables. CurrentSectionName. You can see all the variables by going to Tools menu > Manage variables. If you need the section name when you are NOT in the section, you just save it in a variable while you are in the section. Action: Modify VariableTarget: (your variable name) Ex. FirstSectionNameValue: var(CurrentSectionName)Type: SetYou have to use a different variable for each section you want to save it for. So if you have 10 sections, you will have 10 variables - maybe SectionName1, etc.