Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keyboard entries into script
#1
As a learning exercise I have created a Python script which takes a plug-in template, allows changes from the keyboard, and then saves it as a new blank plug-in.
I can use PF_STRING to enter one item of data (although it is not a pretty sight!), but it would seem that I can only use a PF_STRING once in a program.

Is there an elegant way that I can enter multiple items into variables, such as Name, Description, etc. via the keyboard in response to screen prompts?
Reply


Messages In This Thread
Keyboard entries into script - by david - 10-07-2021, 04:11 PM
RE: Keyboard entries into script - by Ofnuts - 10-07-2021, 10:35 PM
RE: Keyboard entries into script - by david - 10-08-2021, 09:28 AM
RE: Keyboard entries into script - by Ofnuts - 10-09-2021, 10:54 AM
RE: Keyboard entries into script - by david - 10-09-2021, 03:43 PM
RE: Keyboard entries into script - by Ofnuts - 10-09-2021, 04:26 PM
RE: Keyboard entries into script - by david - 10-10-2021, 08:43 AM
RE: Keyboard entries into script - by david - 10-10-2021, 06:15 PM
RE: Keyboard entries into script - by Ofnuts - 10-11-2021, 09:07 AM

Forum Jump: