Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ouput

Former Member
0 Kudos
110

what is the output of below code?

write:/ 'hello'(001).

1 ACCEPTED SOLUTION

Former Member
0 Kudos
76

hi,

It will write 'hello'.

'hello'(001) here signifies that this is the text symbol 001 with value hello. When you double click this 001 it will take you to text-symbol screen with sym 001 and text hello.

Regards,

Richa

6 REPLIES 6

Former Member
0 Kudos
76

why dont you just try it out?

Former Member
0 Kudos
77

hi,

It will write 'hello'.

'hello'(001) here signifies that this is the text symbol 001 with value hello. When you double click this 001 it will take you to text-symbol screen with sym 001 and text hello.

Regards,

Richa

Former Member
0 Kudos
76

Hi Balu,

In general it is :

Output : Hello

Hope this resolves your query.

Reward all the helpful answers.

Regards

Former Member
0 Kudos
76

hi Balu,

Hello will be your output

Regards,

Santosh

Former Member
0 Kudos
76

Output will be Hello, Double click on 001 , you can see that the text element 001 is filled by Hello

navin_khedikar2
Contributor
0 Kudos
76

hi

Its very eazy HELLO is output of that.

**Please reward suitable points***

With Regards

Navin Khedikar