Re: matrixMultiply

2002-07-24 Thread Raymond E. Griffith
Gregory Lypny [EMAIL PROTECTED] asked... Hi Everyone, I'm having trouble with matrixMultiply. I've created two 1 x 20 vectors (arrays) named Prob and V. I want to compute the dot product (for example, the expected value of V in statistics), which is prob[1] x V[1] + prob[2] x V[2] +

Re: Upload

2002-07-24 Thread Simon Lord
Thank you VERY much Richard. I love examples! On Wednesday, July 24, 2002, at 01:14 AM, Richard Gaskin wrote: Simon Lord wrote: I have a great script that allows MetaCard to download a file from my server. Now I need one to upload a file to the server. Does anyone have a stack with a

Darwin question

2002-07-24 Thread Richard MacLemale
I'm drawing a HUGE blank tonight and I don't know why. I'm trying to write a darwin mt script that will write info to a field in a stack. Only it's not working. I can read info from a stack, but can't write to it. All permissions are fine. I can write to a text file with no problem. To sum

Re: Darwin question

2002-07-24 Thread Richard MacLemale
Never mind. Answered my own dumb question. I was using open stack thisStack put duh into field 1 of card 1 of stack thisStackcClose stack thisStack close stack thisStack instead of open stack thisStack put duh into field 1 of card 1 of stack thisStack save stack thisStack close stack

Re: Darwin question

2002-07-24 Thread J. Landman Gay
On 7/24/02 8:28 PM, Richard MacLemale wrote: I'm trying to write a darwin mt script that will write info to a field in a stack. Only it's not working. I can read info from a stack, but can't write to it. I was trying to do something similar a while back -- use find to search stack fields