This function
can
change the title of the designated position in the MilliData
Engine list.
void @MilliDataSetEngineTitle(int item_pos, string title);
Parameter
int item_pos : the member position
string title : title you want to change
Return Value
There is not a
return value.
Example1)
@MilliDataSetEngineTitle(0, "Data1");
Description : It changes the title of the item in MilliData list index 0 to Data1
Related Helps)