Prev Previous Post   Next Post Next
Old 11-18-2017, 10:09 AM   #11
fundorin
Banned
 
Join Date: Feb 2014
Location: Moscow, Russia
Posts: 554
Default

This one works:
Code:
match (msg2, sprintf(#dest, slSlider1)) ? (
This one doesn't:
Code:
match (msg2, sprintf(#dest, "slSlider%d", 1)) ? (
I kinda understand the reason why it isn't working (slSlider1 becomes a string "slSlider1", while msg2 becomes a string "16", so they don't match), but can't figure out how to fix that. Any help would be appreciated.

Last edited by fundorin; 11-18-2017 at 10:31 AM.
fundorin is offline   Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:23 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.