16-09-2008, 12:16 PM
i think Dugor forgot about these...
and
you should place them right before
and add an access check
Code:
If Mid$(MyText, 1, 1) = vbQuote Then
Code:
If Mid$(MyText, 1, 1) = "=" Then
you should place them right before
Code:
If Left$(MyText, 1) = "/" Then
and add an access check
Code:
If GetPlayerAccess(MyIndex) >0 Then