Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T135694
Change Details
Change Details
Old
New
Diff
1. Try to use EnString.LastIndexOf() 2. Get "Function not linked" error in logs Example: ``` string sumString = "exa==mple"; int eqIndex = sumString.LastIndexOf(==); // > SCRIPT (E): Function not linked ```
1. Try to use EnString.LastIndexOf() 2. Get "Function not linked" error in logs Example: ``` string sumString = "exa==mple"; int eqIndex = sumString.LastIndexOf("=="); // > SCRIPT (E): Function not linked ```
1. Try to use EnString.LastIndexOf() 2. Get "Function not linked" error in logs Example: ``` string sumString = "exa==mple"; int eqIndex = sumString.LastIndexOf(
==);
"==");
// > SCRIPT (E): Function not linked ```
Continue