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…