[Pharo-project] Calling Cli programs

2010-12-19 Thread flebber
Hi easy question, but google isn't seeming to give me the right search results for this. What do I need to read up on when trying to run an external cli program from within smalltalk. For example I wanted to take a file and pass it to X264 on the command line. Command Such as; x264 [options] -o

Re: [Pharo-project] Dynamic Arrays view index at execution

2010-12-16 Thread flebber
Henrik Sperre Johansen wrote: > > > > Den 16.12.2010 14:48, skrev flebber: >> HI >> >> doing the pharo tutorial and I wanted to know how pharo viewed the >> dynamic >> array at index 3(seems smalltalk starts at 1 not 0) >> >> >From the

[Pharo-project] Dynamic Arrays view index at execution

2010-12-16 Thread flebber
HI doing the pharo tutorial and I wanted to know how pharo viewed the dynamic array at index 3(seems smalltalk starts at 1 not 0) >From the xample simple enough { (2+3) . (6*6) . 'hello', ' Stef'} size. 3 from the strings example we found index by 'ProfStef' at: 1. $P so I thought { (2+3) . (