Z
Z.G.Ji
I want to use the string class property "substring" in the word macro
programming
and it look like:
dim a as string
a = b.substring(1,144) ' here b is another string obtained aforehand.
....
then the compile give the following information:
invalid qualifier.
I wander if I can't use this kind of things in Macro Programming? thank you
very mcuh.
programming
and it look like:
dim a as string
a = b.substring(1,144) ' here b is another string obtained aforehand.
....
then the compile give the following information:
invalid qualifier.
I wander if I can't use this kind of things in Macro Programming? thank you
very mcuh.