M mason Client Регистрация 30.04.2017 Сообщения 46 Благодарностей 3 Баллы 8 24.10.2018 #1 I have a large file opened in a list. I need to get data from 275-349 from each line. How can I extract character position from the line location?
I have a large file opened in a list. I need to get data from 275-349 from each line. How can I extract character position from the line location?
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 24.10.2018 #2 mason сказал(а): I have a large file opened in a list. I need to get data from 275-349 from each line. How can I extract character position from the line location? Нажмите, чтобы раскрыть... I'm not sure what You want to achieve, but it seems that You have to split that string in chars and then save in list, then take sublist with lines 275-349, then merge this new list into one variable will give You range of chars.
mason сказал(а): I have a large file opened in a list. I need to get data from 275-349 from each line. How can I extract character position from the line location? Нажмите, чтобы раскрыть... I'm not sure what You want to achieve, but it seems that You have to split that string in chars and then save in list, then take sublist with lines 275-349, then merge this new list into one variable will give You range of chars.