While assigning the list of lines(id) to *createlist lines it takes only the first index element of the list.
For example;
Set lineid {101 102 103}
*createlist lines 1 $lineid;
The above Created lines list id 1 should contain three elements 101, 102 & 103
But it always takes only 101 only.