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...
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...
@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...
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. ...