Okcancellistmulti only returns one value

I’m trying to create a survey button in a Lotus email message using

power := @Prompt([OkCancelListMult];“Power”;“List Power versions in this account.”;“Power7”;“Power6” : “Power7”: “Power8”);

The prompt shows all 3 options. If I select 2 or 3 from the list, only one shows using

@Command([EditInsertText];"Power Processors " +@Char(9) +@Char(9) +power);

help please…

Subject: okcancellistmulti only returns one value

Do I need to use @implode somehow?

Subject: RE: okcancellistmulti only returns one value

Yes. @Command([EditInsertText]) inserts a string, not a list of strings.