Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

How do I pass commas in parameters?

Discussing issues that occur during plugin development.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Jumpin' Jon
Plugin Author
Posts: 35
Joined: August 3rd, 2005, 12:34 am
Contact:

How do I pass commas in parameters?

Post by Jumpin' Jon »

Hi all,

I'm toying with my first plug-in in VB2005. I need to be able to pass in commas within one of the parameters, but Smartie sees these commas and complains that too many parameters are being passed in.

Any known tricks or work-arounds?

Thanks,
JJ

_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Use a different delimiter, such as the # sign


J

Jumpin' Jon
Plugin Author
Posts: 35
Joined: August 3rd, 2005, 12:34 am
Contact:

Post by Jumpin' Jon »

Well... this is the thing... it's not a delimiter.

I guessed this would be the answer, so I continued using a different character that is .Replace'd within the function. Watch this space for my first batch of plug-ins!
:)

JJ

Post Reply