Posted 18 years ago
by Matthew Smith
-
Developer,
One Plus One Solutions Pty Limited
Version: 4.0.0241
Hi,
Trying to create a VB style language using the simple add-on example. I'm having an issue attempting to identify the start and end of the 'Block'.
For exampleEssentially the first line is no different to the simple example, so ok there. My problem is how do I get it to recognise the Function/End Function vs {/} of the simple language??
Once I get this, this will hopefully clear up a lot of confusion.
Thanks
[Modified at 02/07/2007 03:21 AM]
[Modified at 02/07/2007 03:52 AM]
Trying to create a VB style language using the simple add-on example. I'm having an issue attempting to identify the start and end of the 'Block'.
For example
Function Test(x, y)
End Function
Once I get this, this will hopefully clear up a lot of confusion.
Thanks
[Modified at 02/07/2007 03:21 AM]
[Modified at 02/07/2007 03:52 AM]
Regards, Matt