Lexem or Split?

Hi,

I've got a load of functions here for a language I am making in the edit component. They all, however, follow a similar pattern to the one below:

MIPCUBEMAP AVAILABLE

As you can see, it has a space in between the two words of the command. Would it be best to use a Lexem or a Split in this situation?

Thanks,
Rich Bosworth


1 Reply

JA JayaLakshmi Syncfusion Team October 8, 2008 09:54 AM UTC

Hi Rich,

Thank you for using Syncfusion products.

You can use Lexem in this case for that commands. The following code snippet illustrates this.





Please let me know if this helps you.

Regards,
Jaya




Loader.
Up arrow icon