need help
everytime i use the GoTo statement in EVB i get this comple error stating "Expected Statement"
This is the code which i reallly need to use the goto statement if there is anyother control i could use i am open for ideas


top:
x = nPHI Mod nE
y = x Mod nE
If y <> 0 And IsPrime(nE) Then
GCD = nE
Exit Function
Else
nE = nE + 1

End If


GoTo top error keeps pointing here...
i am working on EVB(embeded visual Basic)