S
smeagol
Some xBase languages have a command called AT (remember this?)
In C# this might look like
int retPosition = AT(searchedString, InString);
in xBase
dd = AT("DD", MASK)
It return the position in "dd" searching into "MASK" the "DD" string.
I was looking in the help, but i was unable to find it.
Some help?
In C# this might look like
int retPosition = AT(searchedString, InString);
in xBase
dd = AT("DD", MASK)
It return the position in "dd" searching into "MASK" the "DD" string.
I was looking in the help, but i was unable to find it.
Some help?