setting itemdel
Michael Kann
mikekann at yahoo.com
Sat May 7 09:41:30 CDT 2011
Eva and Mark,
Here's a quirk way to group the products:
set the itemDel to tab
put fld 1 into v --- list of invoices
sort lines of v by item 2 of each
put v into fld 2 -- products will be grouped together
--- On Sat, 5/7/11, Mark Schonewille <m.schonewille at economy-x-talk.com> wrote:
From: Mark Schonewille <m.schonewille at economy-x-talk.com>
Subject: Re: setting itemdel
To: "Discussions on Metacard" <metacard at lists.runrev.com>
Date: Saturday, May 7, 2011, 9:06 AM
Hi Eva,
I'm not sure what you are having problems with, but if you want to get the items of a line, you need to set the itemdel to tab.
set the itemDel to tab
put item 2 of line 3 of myData into fld "Product"
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce
On 7 mei 2011, at 16:02, Eva Isotalo wrote:
> MC 2.4.3
>
> How do I "catch" the different parts of a file that has columns like this?:
> 1 Rose Floral Wax: (Size: 25g; ) FW07-25 £3.65 £3.65
> 1 Jasmine Grandaflorum Floral Wax (Size: 25g; ) FW03-25 £2.95 £2.95
> 1 Mimosa Floral Wax (Size: 25g; ) FW05-25 £2.95 £2.95
>
>
> I have no problems reading it but I'm trying to make an app that will read invoices in to a inventory program where each product will get it's own card.
>
> Eva
_______________________________________________
metacard mailing list
metacard at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.runrev.com/pipermail/metacard/attachments/20110507/e44d00f4/attachment.html>
More information about the metacard
mailing list