On Sat, Feb 5, 2011 at 1:09 PM, Alex Tweedly <a...@tweedly.net> wrote: > > For RGB codes do you mean 3 comma-separated byte values, converted to 6 hex > digits ? > > If so, you would use something like > >> put "123,55,255" into aRBG >> put format("%02x%02x%02x", item 1 of aRGB, item 2 of aRGB, item 3 of aRGB) >> into aHex > > -- Alex.
Thank you, kind sir! Best regards, David C. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode