Jeremy W Deal 21.Sep.17 10:13 PM a Web browser Domino DesignerAll ReleasesAll Platforms
I have two lists of available appointment slots. For example each appt time has three available slots, ie: 8:30, 8:30, 8:30, 9:30, 9:30, 9:30 ...and so on.
What I need to do is if one time slot for 8:30 is chosen, only show the two remaining. Ive tried @replace & @replacesubstring in a combobox that compares the list of available slots with the list of slots taken, and spits out the remainder for use the see. The problem I'm running into is both @functions perform a "Replace All" function. ...Meaning if only one 8:30 slot is chosen, it replaces all of them not showing any available. So I'm thinking creating a loop is the only way I can do this but I'm having a hard time wrapping my head around it and need help.
Current sample: @ReplaceSubstring( parselist ; omitlist ; "" ), however it does what described above.