Equivalent Subst() in XOJO

Hello,

link text

How i do apply this function under XOJO, is there similar ?

Thanks

No, you’d have to code your own. But it shouldn’t be hard.

http://documentation.xojo.com/index.php/Replace
and
http://documentation.xojo.com/index.php/ReplaceAll

are a good place to start looking into how you want to handle your implementation.

Or download my M_String module and use the InsertValues function.

Kem, could show me an example about Insert Values function ?

That function is documented pretty well within the module, and since the module is free,…

Thank you Kem !

[quote=335740:@Djamel AIT AMRANE]Hello,

link text

How i do apply this function under XOJO, is there similar ?

Thanks[/quote]

Replace and ReplaceAll have almost an identical syntax. I don’t think you need anything else.