Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IF mid(cst_DSTI_PROJ_REF, 7, 1) = "D" then
g_label = "Development"
elseif mid(cst_DSTI_PROJ_REF, 7, 1) = "S" then
g_label = "Design"
END IF
if mid(cst_DSTI_PROJ_REF, 1, 2) = "D0" then
(IF mid(cst_DSTI_PROJ_REF, 7, 1) = "D" then
g_label = "Development"
elseif mid(cst_DSTI_PROJ_REF, 7, 1) = "S" then
g_label = "Design"
END IF)
elseif mid(cst_DSTI_PROJ_REF, 9, 1) = "D"
then
g_label = "Development"
elseif mid(cst_DSTI_PROJ_REF, 9, 1) = "S"
then
g_label = "Design"
END IF