Search found 1 match

by DeltaQ
Mon Jul 04, 2022 6:31 pm
Forum: TextCrawler
Topic: How can I use TextCrawler to assist with repetitive programming?
Replies: 0
Views: 25608

How can I use TextCrawler to assist with repetitive programming?

So what I'm trying to do is use TextCrawler to replace a certain number in a list of lines, but not with the same number each time. For instance:
I need to change this
SpawnObject("StaticObj_Wall_IndCnc4_4", "4050.000000 300.000000 7550.000000", "90.000000 0.000000 0.000000");
SpawnObject ...