Hi Lalitha
I did this by converting the string to a byte array and using the byte array output as one input of a greater than/ equal to box with the numeric constant as the other input.The Problem lies in your above statement. The "Greater than/Equal to" Function has One Input which is array. The Other a Number. The Function Compares each element in the Array to the Number Constant and Builds an Output Array of Booleans. Of Course, When you Connect an array to a Single Indicator you get Bad Wiring. You Can right Click on the Compare Function and Select "Compare Aggregates" to Solve your Wiring Problem. But the Method may not give correct result. Experiment and you will Know.
To address your Problem. I would Use any of "Number to String" Palette Functi
ons available under "String" Functions to Convert the String to a Number ( Double or Integer etc) And then do the Comparison. I would Not use String to Byte Array.
Or Easier for Me is to create a String Constant instead of a Numeric Constant and Do the Comparison Straight. Remember these are Constants on a Diagram. you can put anything in there.
Regards,
Mache
Good Luck!
Mache