Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How get tokens WITHOUT appended blanks ?

0 views
Skip to first unread message

Dennis Halver

unread,
Jun 16, 2009, 1:14:52 PM6/16/09
to
When I retrieve (in a batch file) tokens from a text file with the following command

for /f "tokens=1*" %%i in (dict.txt) do { .... }

and a line in dict.txt contains appended blanks, then the variable %%j (=2nd, last
token) contains these blanks as well.

How can I assign the pure token without appended blanks?

Dennis

0 new messages