Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Alvin Bakker #1
Put partial text
Hi,
Reading from the registry I get a string like "C:\Program
Files\Abobe\Illustrator\illustrator.exe".
set installtypeOverview= dosReadReg(gRegistryRoot, gRegistryPath,
"InstallType")
put installtypeOverview
After printing the whole string, I also want to print the last part of the
string "illustrator.exe" in the message window.
How can I do this? Can anyone help me with a script that finds the last
slash and puts everything after it?
Thanx in advance....
Alvin
Alvin Bakker Guest
-
only partial dynamic text appearing?
Does anyone know why the first part of my CSS formatted is the only part that shows? I know the rest of my text is formatted correctly because I can... -
Partial Transparency
"insert(used)NicknameHere" <webforumsuser@macromedia.com> wrote in message news:bl0u0j$9gq$1@forums.macromedia.com... would like to have table... -
Partial Words search
Hi - can anyone point me to info on how to search on partial words using ASP ? For instance if a db field contains the product name 'cx-3', but the... -
Partial Borders
I'm printing using an Epson 640 with an XP driver downloaded from the Epson site from Photoshop Elements 2.0. If I select a border in Print... -
Partial Index
Can someone tell if it's possible to partially index a varchar. For instance, I have a varchar(40) field, but I don't want to index all 40... -
JPrice #2
Re: Put partial text
set the itemdelimiter to "\"
the last part of your string will then be:
string.item[string.item.count]
"Alvin Bakker" <alvin@nettics.com> wrote in message
news:bgnq8m$muh$1@forums.macromedia.com...> Hi,
>
> Reading from the registry I get a string like "C:\Program
> Files\Abobe\Illustrator\illustrator.exe".
>
> set installtypeOverview= dosReadReg(gRegistryRoot, gRegistryPath,
> "InstallType")
>
> put installtypeOverview
>
> After printing the whole string, I also want to print the last part of the
> string "illustrator.exe" in the message window.
>
> How can I do this? Can anyone help me with a script that finds the last
> slash and puts everything after it?
>
> Thanx in advance....
>
> Alvin
>
>
JPrice Guest



Reply With Quote

