arguments

  1. DarkoT

    B4J Question Arguments

    Hi, maybe will be this stupid question - but - someone says that is no stupid questions, just stupid answares... :) It's posible to start B4J UI app with arguments from command line? If yes - how can pass parameters in debug mode (from B4J IDE).. Thanks... ;)
  2. P

    B4J Question Command Line Args handle none or multiple

    Hi everyone, Unsure where I'm going wrong here, I have a program that runs on ~1500 remote devices (and growing) and am looking to add into the next version a way to stop a reset on start up if we're manually doing so while SSH-ing in. Thanks to the historical devices getting programs called...
  3. LucaMs

    Wish Unlimited number of arguments when using CallSub/CallSubDelayed

    I hope to explain the problem well enough by exposing a concrete example that happened to me just yesterday. I have a routine in an Activity that receives two parameters. When I invoke it from within the Activity itself, I simply use: RoutineName(Param1, Param2). I also called it from a...
Top