On 2012-Jul-4 19:25 , Programmingkid wrote:
What is the word used to search for a string inside another string? I tried using 'Search', but that isn't included with openbios.
There is "left-parse-string", which is used to split strings on specific character boundaries, but not much more in general string manipulation routines.