Hello - I am just beginning to write scripts to copy specific types of records with qualification criteria more complex than can be defined in the define filter function. I am able to get some basic scripts to work, but I am running into trouble understanding what pascal functions are and are not available for use in TES5Edit scripting.
A specific example is LeftStr(). I get an "undeclared identifier" error when using that function. However, SameText() works. Both are part of the Pascal sysutils library.
Question
jbvertexx
Hello - I am just beginning to write scripts to copy specific types of records with qualification criteria more complex than can be defined in the define filter function. I am able to get some basic scripts to work, but I am running into trouble understanding what pascal functions are and are not available for use in TES5Edit scripting.
A specific example is LeftStr(). I get an "undeclared identifier" error when using that function. However, SameText() works. Both are part of the Pascal sysutils library.
I've checked here: https://ck.uesp.net/wiki/TES5Edit_Scripting_Functions
But that has functions specific to TES5Edit.
Any insight is appreciated. Thanks!
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now