running a stack on a server

2002-06-13 Thread Rick Rice
I have a stack (not a standalone) on our Novel NDS server called urldemo.mc. The stack was created with Metacard 2.3.2. I have a standalone on my computer called demourl.exe. This standalone has 2 buttons a launch and a quit. The launch button has in the mouseup go url

Re: Stupid CSV tricks

2002-06-13 Thread Craig Spooner
Richard, I don't know if this will be helpful, but I faced this problem with a project a year ago. In my case, I had the data in an Excel file and wanted to export it to a tab-del text file, to be read by my MC app. I believe even tab-delimited files will get the extra quotes around fields

Re: Stupid CSV tricks

2002-06-13 Thread Sjoerd Op 't Land
What about (this would be a new feature for MetaCard) multi-char itemDelimiters? set itemDel to quote comma quote repeat for each line m in csvData put char 2 to -2 of m into tRecord put item 1 of tRecord into ... end repeat Regards, / Groeten, Sjoerd

Re: Stupid CSV tricks

2002-06-13 Thread Richard Gaskin
Sjoerd Op 't Land wrote: What about (this would be a new feature for MetaCard) multi-char itemDelimiters? set itemDel to quote comma quote repeat for each line m in csvData put char 2 to -2 of m into tRecord put item 1 of tRecord into ... end repeat That woud work if CSV were