I want to split textlines into multiple lines:
Code: Select all
SetPlanTijden(fc98, PL1, 80, 80, 3, 3, 0);
Code: Select all
TXA PL1 98 = 80
TXB PL1 98 = 80
TXC PL1 98 = 3
TXD PL1 98 = 3
TXE PL1 98 = 0
Code: Select all
SetPlanTijden2R(fc45, PL1, 33, 33, 0, 41, 41, fc45_2, 6, 6, 0, 14, 14);
Code: Select all
TXA PL1 45 = 33
TXB PL1 45 = 33
TXC PL1 45 = 0
TXD PL1 45 = 41
TXE PL1 45 = 41
TXA PL1 45_2 = 6
TXB PL1 45_2 = 6
TXC PL1 45_2 = 0
TXD PL1 45_2 = 14
TXE PL1 45_2 = 14
Any help is appreciated!