Now I'm off to see if I can get this working.
Search found 13 matches
- Sun Oct 09, 2016 7:59 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Help with date format 2016-10-07
- Replies: 4
- Views: 4102
Re: Help with date format 2016-10-07
Thank you so much for the help! I really appreciate it...
Now I'm off to see if I can get this working.
Now I'm off to see if I can get this working.
- Fri Oct 07, 2016 10:33 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Help with date format 2016-10-07
- Replies: 4
- Views: 4102
Help with date format 2016-10-07
Hello, I am trying to create a string like this: 2016-09-07+2016-10-07 And the first date string is 30 days before the second date string. The date needs to be in this format: 2016-10-07 I can't seem to find a way to get it into this format after using dateitems to perform the calculation for the 30...
- Tue Apr 02, 2013 1:02 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with datagrid and automatic sorting...
- Replies: 3
- Views: 2670
Re: Problem with datagrid and automatic sorting...
Craig,
Thanks for the help...it worked!
Thanks for the help...it worked!
- Tue Apr 02, 2013 12:25 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with datagrid and automatic sorting...
- Replies: 3
- Views: 2670
Re: Problem with datagrid and automatic sorting...
Craig,
Thank you for your help on this.
Let me try that and see if it might work.
Thanks!
Thank you for your help on this.
Let me try that and see if it might work.
Thanks!
- Mon Apr 01, 2013 8:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with datagrid and automatic sorting...
- Replies: 3
- Views: 2670
Problem with datagrid and automatic sorting...
Hello, I have an application that contains a datagrid with 3 columns. Column 1 is a checkbox Column 2 is a word Column 3 is a number In the application, the user is able to click the checkbox (column 1) and use a right click menu to delete that row of the datagrid. Or the user can check multiple che...
- Wed Feb 18, 2009 11:59 pm
- Forum: Talking LiveCode
- Topic: Trying to group phrases in text...
- Replies: 14
- Views: 9918
- Wed Feb 18, 2009 10:48 pm
- Forum: Talking LiveCode
- Topic: Trying to group phrases in text...
- Replies: 14
- Views: 9918
- Tue Feb 17, 2009 9:25 pm
- Forum: Talking LiveCode
- Topic: Trying to group phrases in text...
- Replies: 14
- Views: 9918
- Tue Feb 17, 2009 8:59 pm
- Forum: Talking LiveCode
- Topic: Trying to group phrases in text...
- Replies: 14
- Views: 9918
- Tue Feb 17, 2009 8:40 pm
- Forum: Talking LiveCode
- Topic: Trying to group phrases in text...
- Replies: 14
- Views: 9918
@mwieder Ok...so I've hit just a small snag with the code. It works perfectly...except I was hoping to place the values in an array so that I could reference them individually. I tried this: on mouseUp local loopvalue put empty into loopvalue repeat for each word tWord in field "fldText" add 1 to lo...
- Tue Feb 17, 2009 8:12 pm
- Forum: Talking LiveCode
- Topic: Trying to group phrases in text...
- Replies: 14
- Views: 9918
- Tue Feb 17, 2009 6:40 pm
- Forum: Talking LiveCode
- Topic: Trying to group phrases in text...
- Replies: 14
- Views: 9918
- Mon Feb 16, 2009 7:47 pm
- Forum: Talking LiveCode
- Topic: Trying to group phrases in text...
- Replies: 14
- Views: 9918
Trying to group phrases in text...
I'm trying to take a block of text and grab all the 2 word and 3 word phrases from it. So, say for example I have this chunk of text: Mr. Dennis went to the flower shop to find a bucket of roses. I was hoping to find a way to grab all the two word phrases...and then grab all the three word phrases. ...