Jump to content

pilz

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by pilz

  1. Thank you vitor, I will try your solution. Thank you also deanishe, but instead of your sticky note, you should think about updating your help-information that is linked in the app. Grüße nach Essen, ich wollte gerade schreiben, dass ich kein native englisch speaker bin. Hab wirklich über ne Stunde mit der Suchfunktion gesucht. Muss allerdings zu meiner Schande gestehen, dass mein Hirn automatisch JSON ausgefiltert hat. Das wäre ja ne Lösung gewesen.
  2. I have a question that seems so stupid - I could cry. I need to change a value of a variable with a script. The language I know best is php. So just for example, without much logic. Of course I want to do something more fancy, but for an hour I am reading myself through the forum and don't find any solution: 1. I set a variable 'test' to the value 100 with Utilities —> Args and Vars. 2. I run a php script like <?php $test = 200; ?> 3. I want to make an output as Large Type to check if it was successful. Whatever I try: The output is still 100. I wrote: $test = 200; $test = '200'; $var['test'] = 200; $args['test']; $vars... $variables... Is there a way to change the value of a defined variable an go on in the script? Many thanks for help.
×
×
  • Create New...