Writing Extensions

JB sundown at pacifier.com
Fri May 26 16:12:57 EDT 2017


That is nice, thanks.

JB


> On May 25, 2017, at 11:51 PM, Mark Wieder via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> On 05/25/2017 08:07 PM, JB via use-livecode wrote:
>> Hi Mark,
>> Your way is much better!
>> I just started learning Java a few
>> days ago so the reason I did it
>> wrong was because I did not
>> know what I was doing.
>> THANK YOU!
> 
> Nothing wrong with your java code.
> Your LC script was calling the java app without passing the arguments to it, and then printing the arguments, so it looked like everything was working.
> 
> Try changing the java code to this to see the difference:
> 
> System.out.println(args[i] + " is arg " + (i+1));
> 
> -- 
> Mark Wieder
> ahsoftware at gmail.com
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 





More information about the use-livecode mailing list