There is a text a.txt
435241|Yangxin|District 8
435250|BaiSha|District 8
****
How to get the values separated by "|"?
435241|Yangxin|District 8
435250|BaiSha|District 8
****
How to get the values separated by "|"?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by pip at 2006-9-27 04:37:
%%i first
%%j second
%%k third
Originally posted by pengfei at 2006-9-27 09:07:
There are of course also number limits. If it is a variable defined by letters, their number cannot exceed 26 (a-z).
Originally posted by pengfei at 2006-9-27 10:10:
Yes, then the assignment pattern for 52 variables is to first complete the assignment in lowercase and then assign to uppercase?
The help also mentioned that a line specifies a maximum of 26 characters, and it mentioned that more than 52 cannot be used at the same time, by 䠮..
Originally posted by namejm at 2006-9-27 10:28:
This problem hasn't been deeply thought about. It is speculated like this: if lowercase letters are used to define variable names from the beginning, then the maximum number of variables after for on the same level should be up to z. If it is uppercase...