Skip to main content
10-Marble
September 24, 2018
Solved

WRITETEXT in programs

  • September 24, 2018
  • 1 reply
  • 4882 views

Why isn't writetext working in programs?

 

 test.PNG

 

This topic has been closed for replies.
Best answer by Werner_E

Could it be that your problem is a simple typo? Shouldn't the "1" highlighted in the picture be a "2"?

B.png

1 reply

23-Emerald IV
September 24, 2018

Apart from the (real) possibility that they (PTC) didn't think that users would actually want to use WRITETEXT in a program (nothing in the help files indicates, let alone describes how, you could use it in a program):

I see no error (message) in the picture you provided. Please provide (also) a worksheet.

You only defined the 'check' variable in terms of a (little) program.

In order to actually execute the WRITETEXT function in that little program, it must be evaluated. Did you try evaluating check yet?

To evaluate check type:

check=

 

Success!
Luc

10-Marble
September 24, 2018

No success here so far...

check.PNG

23-Emerald IV
September 24, 2018

This (picture) does not show it is not working (neither that it is).

 

Luc