This file was generated by Mendix Studio Pro. //. // WARNING: Only the following code will be retained when actions are regenerated: // - the import list. ... <看更多>
Salesforce provide String class which can be used to work with string. In your case you can use Split method. String alpha = 'A, B, C, D'; List<String> ... ... <看更多>