[[https://www.revelation.com/|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]]
==== How to delete FM, VM, Or SVM String and Delimiter (OpenInsight Specific) ====
=== At 13 MAY 1999 06:00:01PM Greg James, ISIS, Inc. wrote: ===
{{tag>"OpenInsight Specific"}}
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)
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=FBBBD21D81815A69852567700078DA03|View this thread on the forum...]]