J. Miller Posted March 9, 2018 Share Posted March 9, 2018 Is there a way to get the index value of a pop-up in a PIO? I can get the string but would prefer the index I'm trying to get the index to be able to read a certain line of a text file as variables into the PIO Thanks, Jeff Miller Quote Link to comment
Miguel Barrera Posted March 11, 2018 Share Posted March 11, 2018 try: FUNCTION GetPluginChoiceIndex( inPluginName :STRING; inParameterName :STRING; inChoiceName :STRING; VAR outIndex :INTEGER) : BOOLEAN; Quote Link to comment
J. Miller Posted March 12, 2018 Author Share Posted March 12, 2018 thank you Miguelm missed that one Jeff Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.