Hi Richmond, > Am 15.12.2014 um 23:00 schrieb Richmond <[email protected]>: > > However . . . > > When I did this: > > on mouseUp > put the controlids & " - " & the controlnames of card "TRANS-HAL" of stack > "DWPro" into fld "IDZ" of stack "Cheese" > end mouseUp > > I did NOT get a list of "nicely paired" ID numbers and names, but a messy > "something" of which this is a sample: > > controlids - VREFF > KREFF > fSIZING > rat-track.gif > scrolllller.png > BGRAD.png > 2424k > 2391k > 2390k > 7378k > 7379k > VEE.png > 2388k > 2387k > 2389k > 2373k > > The above are ALL names: ID numbers having vanished somewhere > ?????????????????? > > so will have to do some further fiddling around as that does not float my > boat overly much.
what about: ... put the controlids OF CARD "TRANS-HAL" OF STACK "DWPro" & " - " & the controlnames of card "TRANS-HAL" of stack "DWPro" into fld "IDZ" of stack "Cheese" ... 8-) > Richmond. Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
