Can I define a character as such:
Code: Select all
define extendright = Character(None, kind=extend, what_min_width=800, what_text_align = 1.0)
"TypeError: function() argument 1 must be code, not None"
What is it looking for in the "name" argument???
===========
History
[First time I asked the question]
If I have these statements:
Code: Select all
m "This is a sentence."
extend "This is another sentence."
I don't know how to write the code.
Thanks for your help.