first char of stack

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: first char of stack

Post by Klaus »

Hi Pascal,

yes, sorry, my fault, this is correct:
...
filter tSubStackList with (tFirstCharacter & "*")
## = remove ALL lines that do NOT start with tFirstCharacter
...
The placeholder * stands for "any other character(s)".
not 2 with the same first character in name
or not 2 with the same name ?
If I can not use more than once substack with the same first character, there is no point to take it as a reference! No?
No 8-)

That what I meant with:
If you have prepared everything correctly (NOT 2 substacks with the same first character in name etc...)
In that case there is no way to differ these stacks from just the first character, it the first character is identical, right? :D


Best

Klaus
pascalh4
Posts: 81
Joined: Thu Aug 22, 2013 12:50 pm

Re: first char of stack

Post by pascalh4 »

Hi Klaus.

Good!
I am trying to implement my project.
As soon as, it's about right or I meet a big problem, so I will return to this topic.

Danke sehr.

Pascal
Post Reply