View Single Post
  #6 (permalink)  
Old 07-04-2005, 12:30 AM
tyxaver tyxaver is offline
Registered User
 
Join Date: Jun 2005
Posts: 3
I do not use HTML

Hi there,

thank you for your help but i think i cannot use this.
My Scripts are not in HTML. I use VBScript pure to manage thze functions in a programm called RUMBA.
This means that i cannot use VBScript with HTML like you did. In my case the same Code would just be like this (without all HTML Tags):

Code:
Option Explicit
Dim lngStory

Announcement
lngStory = 13245768
MsgBox CStr(Magic(lngStory)), vbOKOnly, cstrHead
So the Magicroutine is not known here.

Or do i understand everythging in a wrong way?

Thank you !!!
Reply With Quote