![]() | |
#1
| |||
| |||
|
|
ED BP.WRM TEMP 3 lines long. |
|
BASIC BP.WRM TEMP Compiling: Source = 'BP.WRM/TEMP', Object = 'BP.WRM.O/TEMP' |
|
RUN BP.WRM TEMP 0E0179 |
#2
| |||
| |||
|
|
ED BP.WRM TEMP 8 lines |
| BASIC BP.WRM TEMP Compiling: Source = 'BP.WRM/TEMP', Object = 'BP.WRM.O/ |
| RUN BP.WRM TEMP 0E0179 |
#3
| |||
| |||
|
|
0001: TEST = "0E0179" 0002: IF TEST = "0E0181" THEN CRT TEST |
#4
| |||
| |||
|
|
On 09/22/2010 01:22 PM, Bill wrote: 0001: * * * TEST = "0E0179" 0002: * * * IF TEST = "0E0181" THEN CRT TEST Isn't 0E179 notation for 0 raised to the 179th power? Which would be the same as 0 raised to the 181th power. *Or do I not remember my scientific notation correctly? Art |
#5
| |||
| |||
|
|
Seems only to be an issue with the letter E ED BP.WRM TEMP 8 lines long. ----: P 0001: ALPHABET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 0002: FOR CNT = 1 TO 26 0003: LETTER = ALPHABET[CNT, 1] 0004: STRING = '0':LETTER:'0179' 0005: STRING2 = '0':LETTER:'0181' 0006: IF STRING = STRING2 THEN CRT STRING 0007: NEXT CNT 0008: END Bottom at line 8. ----: FI "TEMP" filed in file "BP.WRM". BASIC BP.WRM TEMP Compiling: Source = 'BP.WRM/TEMP', Object = 'BP.WRM.O/ TEMP' Compilation Complete. RUN BP.WRM TEMP 0E0179 E must mean Exponential or something? Bill |
#6
| |||
| |||
|
|
On 09/22/2010 01:22 PM, Bill wrote: 0001: TEST = "0E0179" 0002: IF TEST = "0E0181" THEN CRT TEST Isn't 0E179 notation for 0 raised to the 179th power? Which would be the same as 0 raised to the 181th power. Or do I not remember my scientific notation correctly? Art Nope, istr 0E179 is notation for 0 times 10 raised to 179th power. |
![]() |
| Thread Tools | |
| Display Modes | |
| |