Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionStringRemoveCharAt(strings, intIndex)Global

Description

Documentation Comment

Remove a single character in String s at Index
Requires skse


Caveats


Parameters

strings

intIndex


Examples

Auto-Generated Example

string myString__s
int myInt__Index

string returnedValue = DbMiscFunctions.StringRemoveCharAt(myString__s, myInt__Index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.