View Single Post
Old 01-13-2018, 03:39 PM   #75
fundorin
Banned
 
Join Date: Feb 2014
Location: Moscow, Russia
Posts: 554
Default

Quote:
Originally Posted by goldenarpharazon View Post
How and where did this 15 digit printed hex number come from?
This variable is a part of what would be the constructed sysex message later in the script.


P.S. What is a proper way to detect if character "b" from the string "abcd" is present in the string "tofu"?
I'm trying different variations of the following code and it's either always prints "Found" or doesn't print anything.
Code:
pama = "abcd";
match("*?%c*","tofu", str_getchar(pama,1)) ? printf("Found\n");
fundorin is offline   Reply With Quote