Message 1 of 4
Multiple Inputs on iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi forum,
I'm looking for a command compatible in iLogic similar to the Forms that provides an input box with multiple lines on the same window.
Here's the functions that I am aware of, but doesn't fit the application.
iLogicForm.Show("Form")
InputBox("Description", "Title", "Prefix")
I cannot use forms because the assemblies do not have the parameters established. It's under my understanding that forms need parameters on the file so that would not work for me.
Ideally, I want to use InputBox; that one works absolutely fantastic. However, on that dialog box I can only input one line at a time. Is there a way to use InputBox that would display more than one line to input?
Thanks,
Felix Cortes