Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c2024ef7 authored by Terry Burns's avatar Terry Burns Committed by Kostis ANAGNOSTOPOULOS
Browse files

DeterminCycleName - FIXED, Select Statement Fixed

parent 23713173
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ Public Function DetermineCycleNameFromCurrentFile() As String
'Get DriveFile without path and without extension
Dim driveFile As String = fFILE(CurrentCycleFile,False)
Select Case(driveFile)
Select Case(true)
Case driveFile.contains("Heavy_Urban") ANdalso driveFile.Contains("Bus")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment