ActionCaptureOutput #48
tvanderhey
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What should I put for the capture variable, if I only want to capture 1 character rather than UpToEndOfLine?
action_capture_output_list = ActionCaptureOutput("ActionCaptureOutputList",
variable_name = "DONE",
search="DONE",
forward_by = ActionCaptureOutput.ForwardBy(lines="2",
columns="1",
columns_option=ActionCaptureOutput.ForwardBy.ColumnsOption("Characters")),
capture=ActionCaptureOutput.Capture("UpToEndOfLine"))
job1.action_capture_output_list.insert(0,action_capture_output_list)
Beta Was this translation helpful? Give feedback.
All reactions