pyst2 icon indicating copy to clipboard operation
pyst2 copied to clipboard

Return multiple variables

Open jersonjunior opened this issue 3 years ago • 0 comments

I was having trouble getting two variables or running a script, I've tried both ways below:

agi.set_variable ('name', name, 'user', user) and agi.set_variable ('name', name, 'user', user) agi.set_variable ('user', user)

Is it possible or would it have to be implemented?

jersonjunior avatar Apr 27 '21 14:04 jersonjunior