This may help you get started:
ARRAY LONGINT($aPos;0)
ARRAY LONGINT($aLen;0)
$start:=1
While (Match regex("<span
style=\"([^;\"]*;)*(-d4-ref:'[^'\"]*)('\">\\s*</span>)";$text;$start;$aPos;$aLen))
$expr:=Substring($text;$aPos{2};$aLen{2})
$expr:=Substring($expr;10) //Strip off leading -d4-ref:'
$expr:=URL_Decode ($expr)
....
End while
John DeSoi, Ph.D.
> On Dec 21, 2018, at 12:28 PM, David Ringsmuth via 4D_Tech
> <[email protected]> wrote:
>
> Editing a WritePro area using the WP Get text returns stylized text, and all
> expressions have a “-d4-ref:’expression_here’”, but these are html and 4D
> command number added expressions.
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************