Welcome to the forums SiEM

I guess you could try making a Java library to do the SMS functionality you want which you can then use the library directly in MIDletPascal...

For example, I wanted to use my touch screen on my mobile phone in MIDletPascal, but it didn't have the functionality.

I googled and found that someone had made a java library to read the pointer values from the touch screen, and that if you put that in the Libs folder in MIDletPascal, you can then use the library by adding the name to the uses clause!

Sweet!

Here are the links to the touch screen library stuff so you can take a look - hopefully this might help you perhaps make a lib to do the SMS stuff?

http://socoder.net/?blogs=18382
http://socoder.net/index.php?download=821

cheers,
Paul