Posted: 05 Nov 2016, 00:10
Hi !
is someone can help me with the correct synthax to display proper list names in the list box ?
I did this :
pParamInfo->ParamType = ptListBox;
pParamInfo->Caption = "wave type";
pParamInfo->ListBoxStrings = "W1", "W2", "W3", "W4", "W5", "W6", "W7","W8"";
and I got that when using the module :
W1"
"W2"
"W3"
"W4"
"W5"
"W6"
"W7"
W8
that is weird.
thanks for your help
Olivar
is someone can help me with the correct synthax to display proper list names in the list box ?
I did this :
pParamInfo->ParamType = ptListBox;
pParamInfo->Caption = "wave type";
pParamInfo->ListBoxStrings = "W1", "W2", "W3", "W4", "W5", "W6", "W7","W8"";
and I got that when using the module :
W1"
"W2"
"W3"
"W4"
"W5"
"W6"
"W7"
W8
that is weird.
thanks for your help
Olivar