Search found 1 match

by DaveNamou
03 Nov 2009 15:17
Forum: DOS Batch Forum
Topic: Function to process bytes in a string?
Replies: 26
Views: 27871

Let's see if this helps achieve what you are trying to do. The IN_STR Function can basically be used to find the starting postition of a character in a string. (See usage for details within the code) So we start by asking IN_STR for the position of the first $. Once we find that then we use IN_STR a...