picking data from text file
hello
I have modified start.mcs file to create a new parameter (drawn_by) in model and i want to pick the value of this parameter from drop down list so i have modified the start.mcs file a
PRT_PARAMETER DRAWN_BY STR EQ LIST_DESIGNERS
STD_USER_LIST_FILE designers.txt
and also the designers.txt file contains name of list of designers in defined way , and file also placed inside text folder.
but the result is not showing as expected.

on the other hand if add all the items of designers.txt file to start.mcs the result it is showing is correct.
please find the images for more clarification


