//L/E Number (LifePath/Expression Bridge Number).
public static int getLEBridgeNumber (LE_bridge_outcome.Text)
{
{
int input1 = int.Parse(Life_path_outcome.Text);
int input2 = int.Parse(Expression_outcome.Text);
return simplify (input1 - input2);
getLEBridgeNumbe.Text = getLEBridgeNumbe.ToString();
This error code is displaying:
Error 1 Identifier expected
This a related part of the code:
LE_bridge_outcome.Text = MY_service.getLEBridgeNumber(Life_path_outcome.Text, Expression_outcome.Text).ToString();
Thank in adventage,
Inspired greets,
Mysterio
7 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Wilco van den BrinkPosted Apr 29, 2016, 2:54 PM
Wilco van den BrinkPosted Jun 16, 2015, 5:44 AM
Saroj Kumar SahuPosted Jun 16, 2015, 1:01 AM
Wilco van den BrinkPosted Jun 15, 2015, 10:13 AM
Wilco van den BrinkPosted Jun 15, 2015, 10:12 AM
Khan Abrar AhmedPosted Jun 15, 2015, 2:46 AM
Saroj Kumar SahuPosted Jun 15, 2015, 2:10 AM