在msgbox中输出超过最大字符数限制的方法?

asd*_*sfd 4 vbscript

我需要在msgbox中向用户显示一条较长的消息。但是,在某些情况下,msgbox似乎达到了字符数限制。有什么解决方案?

asd*_*sfd 5

我用objShell.Popup实现了

Set objShell = CreateObject("Wscript.Shell")
    objShell.Popup messagehere
Run Code Online (Sandbox Code Playgroud)