Re: What version of cute editor for ASP ?

  •  09-18-2005, 11:31 AM

    Re: What version of cute editor for ASP ?

    Helloooooo - almost another month is gone - what support does CuteSoft offer to this problem?

    I'm pretty convinced that this problem occurs in all non-english installations!

    One can blame Microsoft or provide a fix.

    The simplest fix I can think of would be to output all boolean argments via a Function, i.e. someting like:

    Function WriteBoolean(x)
    If x = true Then
        WriteBoolean = "true"
    Else
        WriteBoolean = "false"
    End If
    End Function ' WriteBoolean

    But this must be done in CE-Code!
    What is CuteSoft's answer to this?

    Thank you for your Help.
    Regards
    Olivier
View Complete Thread