View Single Post
Merc1less
Junior Member
Join Date: Aug 2013
Old 01-16-2021 , 07:15   Re: TOGs SourcePawn Syntax Converter [MS Excel Based for now]
Reply With Quote #61

Keep getting an error while converting in Sub "OverrideFunctionType" when it comes to "a_sSplit(UBound(a_sSplit) - 1)", cause there are not items in "a_sSplit".

So I changed this part to:
"UBoundSize = UBound(a_sSplit)
If UBoundSize > 0 Then
sExistingType = a_sSplit(UBoundSize - 1)".

Hope, that is okay and works like mentioned.
__________________
Merc1less is offline