Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 13 MAY 1999 06:00:01PM Greg James, ISIS, Inc. wrote:

How can I delete a string from a field mark, value mark, and/or a sub value mark and its delimiter?

For example:

Array=Quick':@FM:'Brown':@FM:'Fox'

How can I end up with:

Array=Quick':@FM:'Fox'

If I use the Delete function:

NewArray=Delete(Array,2,1,1)

I end up with:

'Quick':@FM:@FM:'Fox'


At 13 MAY 1999 06:41PM Barry Stevens wrote:

NewArray=Delete(Array,2,0,0)


At 13 MAY 1999 06:45PM Paul Rule wrote:

Greg,

Try

NewArray=Delete(Array,2,0,0)

Instead of NewArray=Delete(Array,2,1,1)

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/fbbbd21d81815a69852567700078da03.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1