Hi,
I need (and many others I think) an simple function (plugin)
written in Quick C. (or was it Basic?)

Like this:

OutString = RemoveDoubleByte(inString)

    mx = len(nStr)
    for x = 1 to mx
      ch = mid(nstr,x,1)
      if Asc(ch) > 127 then
        s = s + "?"
      else
        s = s + ch
      end if
    next x


The string is from 1KB to 500KB...
Are there any plugin writers that could fix this.
If so contact me off list for an deal.

Sven E Olsson



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to