Talk:NoteTab

From Wikipedia, the free encyclopedia

- known ClipBook coding problems -
(Final Notetab Pro v4.95)

Issue: text gets clipped prematurely on encountering/processing the following text sequences.
1. [;]<Space>[%] ... (xxx;%yyy) or (xxx; %yyy)
2. ["][;]<Space>[%] ... (xxx";%yyy) or (xxx"; %yyy)

; (general code examples)
;^!set text2=^%text1%;(NOT EFFECTED)(but can't be used with SetArray)
;^!set text2="^%text1%";(NOT EFFECTED)(but can't be used with SetArray)
;^!set %text2%=^%text1%;(EFFECTED,1),(xxx;%yyy)->(xxx)
;^!set %text2%="^%text1%";(EFFECTED,2),(xxx";%yyy)->(xxx)
; notes on using var assignments without surrounding [%] marks.
; -its not officially supported (as far as I know)
; -its not supported by [SETARRAY], and [SET(when assigning multiple vars)]
; [SetCode] is not effected(no text clipping). No such alternitive for SetArray!.

Calculation: (CTRL+E)/^$Calc()$
Negative scientific expressions.

; 4.0e+2 = 400
; 4.0e-2 = 0.04
; -4.0e+2 = [could not evaluate expression]/[error in expression]
; -4.0e-2 = [could not evaluate expression]/[error in expression]

April 2006 —Preceding unsigned comment added by 62.108.16.125 (talk • contribs) , at 05:14, 13 April 2006