TextSubParseTextSub
InstallShield 2025 » InstallScript Language Reference
The TextSubParseTextSub function searches svTextSub for a substring that is enclosed in angle brackets (which is a standard way of denoting a text substitution string). If TextSubParseTextSub finds such a substring, it returns the first such substring, without the enclosing angle brackets, in svTextSub; otherwise, TextSubParseTextSub does not change svTextSub.
Syntax
TextSubParseTextSub ( svTextSub );
Parameters
| 
                                                                 Parameter  | 
                                                            
                                                                 Description  | 
                                                        
| 
                                                                 svTextSub  | 
                                                            
                                                                 Specifies the string that is to be searched.  | 
                                                        
Return Values
| 
                                                                 Return Value  | 
                                                            
                                                                 Description  | 
                                                        
| 
                                                                 ISERR_SUCCESS  | 
                                                            
                                                                 This function always returns ISERR_SUCCESS.  | 
                                                        
See Also