Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Mid function in the script

Anyone knows why the Mid function in the script does not work.

It said the Mid function is not the build-in function.

Please help.

Thanks

3 Replies
Not applicable
Author

You can use MID function in the script:


mid(FieldName,StartNum,EndNum) as NewFieldValue;
Mid(MonthName,1,3) as Month_Name;


Verify this as an answer once you check.

Femke
Contributor III
Contributor III

Hi, 

I had the same issue. Try to shut your previous load with ' ; '. For me that helped. 

Kind regards